Skip to content

Commit 33bbc6f

Browse files
committed
Updated requirements.
1 parent d900a06 commit 33bbc6f

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

requirements.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ attrs==23.2.0 # buildbot-workers needs this, but somehow misses in the depend
2222

2323
## Buildbot
2424
-e ${HOME}/buildbot/master
25-
buildbot-console-view==3.11.3
26-
buildbot-grid-view==3.11.3
27-
buildbot-waterfall-view==3.11.3
28-
buildbot-worker==3.11.3
29-
buildbot-www==3.11.3
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

requirements.txt

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ automat==22.10.0
2626
# via
2727
# -r requirements.in
2828
# twisted
29-
buildbot-console-view==3.11.3
29+
buildbot-console-view==3.11.6
3030
# via -r requirements.in
31-
buildbot-grid-view==3.11.3
31+
buildbot-grid-view==3.11.6
3232
# via -r requirements.in
33-
buildbot-waterfall-view==3.11.3
33+
buildbot-waterfall-view==3.11.6
3434
# via -r requirements.in
35-
buildbot-worker==3.11.3
35+
buildbot-worker==3.11.6
3636
# via -r requirements.in
37-
buildbot-www==3.11.3
37+
buildbot-www==3.11.6
3838
# via -r requirements.in
3939
certifi==2022.12.7
4040
# via requests
@@ -44,6 +44,8 @@ chardet==4.0.0
4444
# via requests
4545
constantly==15.1.0
4646
# via twisted
47+
croniter==2.0.1
48+
# via buildbot
4749
cryptography==40.0.2
4850
# via
4951
# autobahn
@@ -61,6 +63,8 @@ idna==2.10
6163
# hyperlink
6264
# requests
6365
# twisted
66+
importlib-resources==6.4.0
67+
# via buildbot
6468
incremental==21.3.0
6569
# via
6670
# treq
@@ -79,6 +83,8 @@ msgpack==1.0.5
7983
# via
8084
# buildbot
8185
# buildbot-worker
86+
packaging==24.1
87+
# via buildbot
8288
psycopg2==2.9.9
8389
# via -r requirements.in
8490
pyasn1==0.4.8
@@ -99,6 +105,9 @@ python-dateutil==2.9.0.post0
99105
# via
100106
# -r requirements.in
101107
# buildbot
108+
# croniter
109+
pytz==2024.1
110+
# via croniter
102111
pyyaml==6.0.1
103112
# via
104113
# -r requirements.in
@@ -134,6 +143,8 @@ typing-extensions==4.5.0
134143
# via
135144
# alembic
136145
# twisted
146+
unidiff==0.7.5
147+
# via buildbot
137148
urllib3==1.26.8
138149
# via requests
139150
zope-interface==6.4.post2

0 commit comments

Comments
 (0)