Skip to content

Commit 02a5f6f

Browse files
authoredNov 12, 2024
Merge pull request #500 from citrus-it/py
Update bundled python modules
2 parents dd2c244 + 414102a commit 02a5f6f

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed
 

‎src/brand/bhyve/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# This file was automatically produced by tools/updatereqs
3-
# Generated on Tue Jul 16 18:16:34 UTC 2024
3+
# Generated on Tue Nov 12 15:34:50 UTC 2024
44
# Do not edit directly
55
#
66
construct==2.10.70
7-
PyYAML==6.0.1
8-
wheel==0.43.0
7+
PyYAML==6.0.2
8+
wheel==0.45.0

‎src/requirements.txt

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
#
22
# This file was automatically produced by tools/updatereqs
3-
# Generated on Tue Jul 16 18:16:12 UTC 2024
3+
# Generated on Tue Nov 12 15:34:30 UTC 2024
44
# Do not edit directly
55
#
66
autocommand==2.2.2
77
cheroot==10.0.1
88
CherryPy==18.10.0
9-
inflect==7.3.1
10-
jaraco.collections==5.0.1
11-
jaraco.context==5.3.0
12-
jaraco.functools==4.0.1
13-
jaraco.text==3.14.0
14-
Mako==1.3.5
15-
MarkupSafe==2.1.5
16-
more-itertools==10.3.0
9+
jaraco.collections==5.1.0
10+
jaraco.context==6.0.1
11+
jaraco.functools==4.1.0
12+
jaraco.text==4.0.0
13+
Mako==1.3.6
14+
MarkupSafe==3.0.2
15+
more-itertools==10.5.0
1716
ply==3.11
1817
portend==3.2.0
19-
prettytable==3.10.2
18+
prettytable==3.12.0
2019
pybonjour @ https://mirrors.omnios.org/pymodules/pybonjour/pybonjour-1.1.1-python3.tar.gz#sha256
2120
pycurl==7.44.1 # stuck on 7.44.1 - https://github.com/pycurl/pycurl/issues/748
22-
setuptools==70.3.0
23-
tempora==5.6.0
24-
typeguard==4.3.0
25-
typing_extensions==4.12.2
21+
python-dateutil==2.9.0.post0
22+
setuptools==75.4.0
23+
six==1.16.0
24+
tempora==5.7.0
2625
wcwidth==0.2.13
27-
wheel==0.43.0
26+
wheel==0.45.0
2827
zc.lockfile==3.0.post1

0 commit comments

Comments
 (0)