Skip to content

Commit f8e7d03

Browse files
committed
Updated requirements.
1 parent c56b70f commit f8e7d03

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

Diff for: requirements.in

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66

77
## Direct buildbot 3.x declared dependencies. See buildbot/master/setup.py.
88
## setuptools==65.5.0 <-- just to setup the buildbot onvce. No need to have it in the requrements.
9-
Twisted==22.10.0
9+
Twisted==23.10.0
1010
Jinja2==3.1.4
11-
zope.interface==6.4.post2
12-
SQLAlchemy==1.4.52
11+
zope.interface==7.0.1
12+
SQLAlchemy==1.4.53
1313
psycopg2==2.9.9
1414
python-dateutil==2.9.0.post0
1515
txaio==23.1.1
16-
autobahn==23.6.2
17-
PyJWT==2.8.0
18-
PyYAML==6.0.1
16+
autobahn==24.4.2
17+
PyJWT==2.9.0
18+
PyYAML==6.0.2
1919
treq==23.11.0
2020
Automat==22.10.0 # Explicitly require 22.10.0 for Python 3.11 support
21-
attrs==23.2.0 # buildbot-workers needs this, but somehow misses in the dependancies
21+
attrs==24.2.0 # buildbot-workers needs this, but somehow misses in the dependancies
2222

2323
## Buildbot
2424
-e ${HOME}/buildbot/master
25-
buildbot-console-view==3.11.6
26-
buildbot-grid-view==3.11.6
27-
buildbot-waterfall-view==3.11.6
28-
buildbot-worker==3.11.6
29-
buildbot-www==3.11.6
25+
buildbot-console-view==3.11.7
26+
buildbot-grid-view==3.11.7
27+
buildbot-waterfall-view==3.11.7
28+
buildbot-worker==3.11.7
29+
buildbot-www==3.11.7

Diff for: requirements.txt

+16-14
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
# buildbot-www
1111
alembic==1.10.4
1212
# via buildbot
13-
attrs==23.2.0
13+
attrs==24.2.0
1414
# via
1515
# -r requirements.in
1616
# automat
1717
# service-identity
1818
# treq
1919
# twisted
20-
autobahn==23.6.2
20+
autobahn==24.4.2
2121
# via
2222
# -r requirements.in
2323
# buildbot
@@ -26,15 +26,15 @@ automat==22.10.0
2626
# via
2727
# -r requirements.in
2828
# twisted
29-
buildbot-console-view==3.11.6
29+
buildbot-console-view==3.11.7
3030
# via -r requirements.in
31-
buildbot-grid-view==3.11.6
31+
buildbot-grid-view==3.11.7
3232
# via -r requirements.in
33-
buildbot-waterfall-view==3.11.6
33+
buildbot-waterfall-view==3.11.7
3434
# via -r requirements.in
35-
buildbot-worker==3.11.6
35+
buildbot-worker==3.11.7
3636
# via -r requirements.in
37-
buildbot-www==3.11.6
37+
buildbot-www==3.11.7
3838
# via -r requirements.in
3939
certifi==2022.12.7
4040
# via requests
@@ -65,7 +65,7 @@ idna==2.10
6565
# twisted
6666
importlib-resources==6.4.0
6767
# via buildbot
68-
incremental==21.3.0
68+
incremental==24.7.2
6969
# via
7070
# treq
7171
# twisted
@@ -95,7 +95,7 @@ pyasn1-modules==0.2.8
9595
# via service-identity
9696
pycparser==2.20
9797
# via cffi
98-
pyjwt==2.8.0
98+
pyjwt==2.9.0
9999
# via
100100
# -r requirements.in
101101
# buildbot
@@ -108,7 +108,7 @@ python-dateutil==2.9.0.post0
108108
# croniter
109109
pytz==2024.1
110110
# via croniter
111-
pyyaml==6.0.1
111+
pyyaml==6.0.2
112112
# via
113113
# -r requirements.in
114114
# buildbot
@@ -121,14 +121,16 @@ six==1.15.0
121121
# automat
122122
# buildbot-worker
123123
# python-dateutil
124-
sqlalchemy==1.4.52
124+
sqlalchemy==1.4.53
125125
# via
126126
# -r requirements.in
127127
# alembic
128128
# buildbot
129+
tomli==2.0.1
130+
# via incremental
129131
treq==23.11.0
130132
# via -r requirements.in
131-
twisted[tls]==22.10.0
133+
twisted[tls]==23.10.0
132134
# via
133135
# -r requirements.in
134136
# buildbot
@@ -145,9 +147,9 @@ typing-extensions==4.5.0
145147
# twisted
146148
unidiff==0.7.5
147149
# via buildbot
148-
urllib3==1.26.8
150+
urllib3==1.26.19
149151
# via requests
150-
zope-interface==6.4.post2
152+
zope-interface==7.0.1
151153
# via
152154
# -r requirements.in
153155
# buildbot

0 commit comments

Comments
 (0)