Skip to content

Commit 922de4f

Browse files
Upgrade tested dependencies post dropping Python 3.8
We now only need to stay on dependencies old enough to run Python 3.9.
1 parent 249c4a9 commit 922de4f

File tree

1 file changed

+68
-65
lines changed

1 file changed

+68
-65
lines changed

requirements.txt

Lines changed: 68 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -4,78 +4,79 @@
44
#
55
# pip-compile --no-emit-index-url --strip-extras
66
#
7-
aiohappyeyeballs==2.3.5
8-
# via aiohttp
9-
aiohttp==3.10.2
10-
# via devpi-server
11-
aiosignal==1.3.1
12-
# via aiohttp
7+
anyio==4.6.0
8+
# via httpx
139
argon2-cffi==23.1.0
1410
# via
1511
# devpi-server
1612
# passlib
1713
argon2-cffi-bindings==21.2.0
1814
# via argon2-cffi
19-
async-timeout==4.0.3
20-
# via aiohttp
21-
attrs==23.1.0
15+
attrs==24.2.0
2216
# via
23-
# aiohttp
2417
# devpi-server
2518
# wheel-inspect
26-
build==1.0.3
19+
build==1.2.2.post1
2720
# via
2821
# check-manifest
2922
# devpi-client
30-
certifi==2024.7.4
31-
# via requests
32-
cffi==1.16.0
23+
certifi==2024.8.30
24+
# via
25+
# httpcore
26+
# httpx
27+
# requests
28+
cffi==1.17.1
3329
# via argon2-cffi-bindings
34-
charset-normalizer==3.3.2
30+
charset-normalizer==3.4.0
3531
# via requests
36-
check-manifest==0.49
32+
check-manifest==0.50
3733
# via devpi-client
38-
coverage==7.3.2
34+
coverage==7.6.2
3935
# via pytest-cov
4036
defusedxml==0.7.1
4137
# via devpi-server
42-
devpi-client==7.0.2
38+
devpi-client==7.1.0
4339
# via devpi-plumber
44-
devpi-common==4.0.2
40+
devpi-common==4.0.4
4541
# via
4642
# devpi-client
4743
# devpi-server
4844
devpi-plumber==0.7.0
4945
# via
5046
# -r core-requirements.txt
5147
# -r requirements.in
52-
devpi-server==6.9.2
48+
devpi-server==6.13.0
5349
# via devpi-plumber
54-
docutils==0.20.1
50+
docutils==0.21.2
5551
# via readme-renderer
5652
entry-points-txt==0.1.0
5753
# via wheel-inspect
58-
exceptiongroup==1.1.3
59-
# via pytest
60-
frozenlist==1.4.0
54+
exceptiongroup==1.2.2
6155
# via
62-
# aiohttp
63-
# aiosignal
56+
# anyio
57+
# pytest
58+
h11==0.14.0
59+
# via httpcore
6460
headerparser==0.4.0
6561
# via wheel-inspect
66-
hupper==1.12
62+
httpcore==1.0.6
63+
# via httpx
64+
httpx==0.27.2
65+
# via devpi-server
66+
hupper==1.12.1
6767
# via pyramid
68-
idna==3.7
68+
idna==3.10
6969
# via
70+
# anyio
71+
# httpx
7072
# requests
71-
# yarl
72-
importlib-metadata==6.8.0
73+
importlib-metadata==8.5.0
7374
# via build
7475
iniconfig==2.0.0
7576
# via
7677
# devpi-client
7778
# pytest
78-
itsdangerous==2.1.2
79+
itsdangerous==2.2.0
7980
# via devpi-server
8081
junit-xml==1.9
8182
# via -r core-requirements.txt
@@ -85,93 +86,95 @@ lazy==1.6
8586
# devpi-server
8687
mock==5.1.0
8788
# via -r requirements.in
88-
multidict==6.0.4
89-
# via
90-
# aiohttp
91-
# yarl
92-
nh3==0.2.14
89+
nh3==0.2.18
9390
# via readme-renderer
94-
packaging==23.2
91+
packaging==24.1
9592
# via
9693
# build
97-
# devpi-common
94+
# packaging-legacy
9895
# pip-requirements-parser
9996
# pytest
10097
# setuptools-scm
10198
# wheel-inspect
99+
packaging-legacy==23.0.post0
100+
# via devpi-common
102101
passlib==1.7.4
103102
# via devpi-server
104-
pastedeploy==3.0.1
103+
pastedeploy==3.1.0
105104
# via plaster-pastedeploy
106105
pip-requirements-parser==32.0.1
107106
# via -r core-requirements.txt
108-
pkginfo==1.9.6
107+
pkginfo==1.11.2
109108
# via devpi-client
110109
plaster==1.1.2
111110
# via
112111
# plaster-pastedeploy
113112
# pyramid
114113
plaster-pastedeploy==1.0.1
115114
# via pyramid
116-
platformdirs==4.0.0
115+
platformdirs==4.3.6
117116
# via
118117
# devpi-client
119118
# devpi-server
120-
pluggy==1.3.0
119+
pluggy==1.5.0
121120
# via
122121
# devpi-client
123122
# devpi-server
124123
# pytest
125124
py==1.11.0
126125
# via devpi-server
127-
pycparser==2.21
126+
pycparser==2.22
128127
# via cffi
129-
pygments==2.17.1
128+
pygments==2.18.0
130129
# via readme-renderer
131-
pyparsing==3.1.1
130+
pyparsing==3.1.4
132131
# via pip-requirements-parser
133-
pyproject-hooks==1.0.0
132+
pyproject-hooks==1.2.0
134133
# via build
135134
pyramid==2.0.2
136135
# via devpi-server
137-
pytest==7.4.3
136+
pytest==8.3.3
138137
# via
139138
# -r requirements.in
140139
# pytest-cov
141140
# pytest-mock
142-
pytest-cov==4.1.0
141+
pytest-cov==5.0.0
143142
# via -r requirements.in
144-
pytest-mock==3.12.0
143+
pytest-mock==3.14.0
145144
# via -r requirements.in
146-
python-dateutil==2.8.2
145+
python-dateutil==2.9.0.post0
147146
# via strictyaml
148-
readme-renderer==42.0
147+
readme-renderer==44.0
149148
# via wheel-inspect
150149
repoze-lru==0.7
151150
# via devpi-server
152-
requests==2.32.2
151+
requests==2.32.3
153152
# via
154153
# devpi-common
155154
# devpi-plumber
156-
ruamel-yaml==0.18.5
155+
ruamel-yaml==0.18.6
157156
# via devpi-server
158157
ruamel-yaml-clib==0.2.8
159158
# via ruamel-yaml
160-
setuptools-scm==8.0.4
159+
setuptools-scm==8.1.0
161160
# via -r requirements.in
162161
six==1.16.0
163162
# via
164163
# headerparser
165164
# junit-xml
166165
# python-dateutil
166+
sniffio==1.3.1
167+
# via
168+
# anyio
169+
# httpx
167170
strictyaml==1.7.3
168171
# via devpi-server
169-
tomli==2.0.1
172+
tomli==2.0.2
170173
# via
171174
# build
172175
# check-manifest
173176
# coverage
174-
# pyproject-hooks
177+
# devpi-client
175178
# pytest
176179
# setuptools-scm
177180
translationstring==1.4
@@ -182,31 +185,31 @@ twitter-common-dirutil==0.3.11
182185
# via twitter-common-contextutil
183186
twitter-common-lang==0.3.11
184187
# via twitter-common-dirutil
185-
typing-extensions==4.8.0
186-
# via setuptools-scm
187-
urllib3==2.2.2
188+
typing-extensions==4.12.2
189+
# via
190+
# anyio
191+
# setuptools-scm
192+
urllib3==2.2.3
188193
# via requests
189194
venusian==3.1.0
190195
# via pyramid
191-
waitress==2.1.2
196+
waitress==3.0.0
192197
# via devpi-server
193198
webob==1.8.8
194199
# via pyramid
195-
wheel==0.41.3
200+
wheel==0.44.0
196201
# via -r core-requirements.txt
197202
wheel-filename==1.4.1
198203
# via
199204
# -r core-requirements.txt
200205
# wheel-inspect
201206
wheel-inspect==1.7.1
202207
# via -r core-requirements.txt
203-
yarl==1.9.2
204-
# via aiohttp
205-
zipp==3.19.1
208+
zipp==3.20.2
206209
# via importlib-metadata
207210
zope-deprecation==5.0
208211
# via pyramid
209-
zope-interface==6.1
212+
zope-interface==7.1.0
210213
# via pyramid
211214

212215
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)