File tree 2 files changed +28
-26
lines changed
2 files changed +28
-26
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Direct buildbot 3.x declared dependencies. See buildbot/master/setup.py.
8
8
## 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
10
10
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
13
13
psycopg2==2.9.9
14
14
python-dateutil==2.9.0.post0
15
15
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
19
19
treq==23.11.0
20
20
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
22
22
23
23
## Buildbot
24
24
-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
Original file line number Diff line number Diff line change 10
10
# buildbot-www
11
11
alembic == 1.10.4
12
12
# via buildbot
13
- attrs == 23 .2.0
13
+ attrs == 24 .2.0
14
14
# via
15
15
# -r requirements.in
16
16
# automat
17
17
# service-identity
18
18
# treq
19
19
# twisted
20
- autobahn == 23.6 .2
20
+ autobahn == 24.4 .2
21
21
# via
22
22
# -r requirements.in
23
23
# buildbot
@@ -26,15 +26,15 @@ automat==22.10.0
26
26
# via
27
27
# -r requirements.in
28
28
# twisted
29
- buildbot-console-view == 3.11.6
29
+ buildbot-console-view == 3.11.7
30
30
# via -r requirements.in
31
- buildbot-grid-view == 3.11.6
31
+ buildbot-grid-view == 3.11.7
32
32
# via -r requirements.in
33
- buildbot-waterfall-view == 3.11.6
33
+ buildbot-waterfall-view == 3.11.7
34
34
# via -r requirements.in
35
- buildbot-worker == 3.11.6
35
+ buildbot-worker == 3.11.7
36
36
# via -r requirements.in
37
- buildbot-www == 3.11.6
37
+ buildbot-www == 3.11.7
38
38
# via -r requirements.in
39
39
certifi == 2022.12.7
40
40
# via requests
@@ -65,7 +65,7 @@ idna==2.10
65
65
# twisted
66
66
importlib-resources == 6.4.0
67
67
# via buildbot
68
- incremental == 21.3.0
68
+ incremental == 24.7.2
69
69
# via
70
70
# treq
71
71
# twisted
@@ -95,7 +95,7 @@ pyasn1-modules==0.2.8
95
95
# via service-identity
96
96
pycparser == 2.20
97
97
# via cffi
98
- pyjwt == 2.8 .0
98
+ pyjwt == 2.9 .0
99
99
# via
100
100
# -r requirements.in
101
101
# buildbot
@@ -108,7 +108,7 @@ python-dateutil==2.9.0.post0
108
108
# croniter
109
109
pytz == 2024.1
110
110
# via croniter
111
- pyyaml == 6.0.1
111
+ pyyaml == 6.0.2
112
112
# via
113
113
# -r requirements.in
114
114
# buildbot
@@ -121,14 +121,16 @@ six==1.15.0
121
121
# automat
122
122
# buildbot-worker
123
123
# python-dateutil
124
- sqlalchemy == 1.4.52
124
+ sqlalchemy == 1.4.53
125
125
# via
126
126
# -r requirements.in
127
127
# alembic
128
128
# buildbot
129
+ tomli == 2.0.1
130
+ # via incremental
129
131
treq == 23.11.0
130
132
# via -r requirements.in
131
- twisted [tls ]== 22 .10.0
133
+ twisted [tls ]== 23 .10.0
132
134
# via
133
135
# -r requirements.in
134
136
# buildbot
@@ -145,9 +147,9 @@ typing-extensions==4.5.0
145
147
# twisted
146
148
unidiff == 0.7.5
147
149
# via buildbot
148
- urllib3 == 1.26.8
150
+ urllib3 == 1.26.19
149
151
# via requests
150
- zope-interface == 6.4.post2
152
+ zope-interface == 7.0.1
151
153
# via
152
154
# -r requirements.in
153
155
# buildbot
You can’t perform that action at this time.
0 commit comments