Skip to content

Commit 8590a55

Browse files
Merge pull request #221 from theMarix/update-dependencies
Update tested dependencies
2 parents d3b3881 + ac53987 commit 8590a55

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

requirements.txt

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# pip-compile --no-emit-index-url --strip-extras
66
#
7-
anyio==4.8.0
7+
anyio==4.9.0
88
# via httpx
99
argon2-cffi==23.1.0
1010
# via
1111
# devpi-server
1212
# passlib
1313
argon2-cffi-bindings==21.2.0
1414
# via argon2-cffi
15-
attrs==25.1.0
15+
attrs==25.3.0
1616
# via
1717
# devpi-server
1818
# headerparser
@@ -32,7 +32,7 @@ charset-normalizer==3.4.1
3232
# via requests
3333
check-manifest==0.50
3434
# via devpi-client
35-
coverage==7.6.12
35+
coverage==7.8.0
3636
# via pytest-cov
3737
defusedxml==0.7.1
3838
# via devpi-server
@@ -58,11 +58,11 @@ exceptiongroup==1.2.2
5858
# via
5959
# anyio
6060
# pytest
61-
h11==0.14.0
61+
h11==0.16.0
6262
# via httpcore
6363
headerparser==0.5.2
6464
# via wheel-inspect
65-
httpcore==1.0.7
65+
httpcore==1.0.9
6666
# via httpx
6767
httpx==0.28.1
6868
# via devpi-server
@@ -74,8 +74,10 @@ idna==3.10
7474
# httpx
7575
# requests
7676
importlib-metadata==8.6.1
77-
# via build
78-
iniconfig==2.0.0
77+
# via
78+
# build
79+
# setuptools-scm
80+
iniconfig==2.1.0
7981
# via
8082
# devpi-client
8183
# pytest
@@ -91,7 +93,7 @@ mock==5.2.0
9193
# via -r requirements.in
9294
nh3==0.2.21
9395
# via readme-renderer
94-
packaging==24.2
96+
packaging==25.0
9597
# via
9698
# build
9799
# packaging-legacy
@@ -115,7 +117,7 @@ plaster==1.1.2
115117
# pyramid
116118
plaster-pastedeploy==1.0.1
117119
# via pyramid
118-
platformdirs==4.3.6
120+
platformdirs==4.3.7
119121
# via
120122
# devpi-client
121123
# devpi-server
@@ -130,7 +132,7 @@ pycparser==2.22
130132
# via cffi
131133
pygments==2.19.1
132134
# via readme-renderer
133-
pyparsing==3.2.1
135+
pyparsing==3.2.3
134136
# via pip-requirements-parser
135137
pyproject-hooks==1.2.0
136138
# via build
@@ -141,7 +143,7 @@ pytest==8.3.5
141143
# -r requirements.in
142144
# pytest-cov
143145
# pytest-mock
144-
pytest-cov==6.0.0
146+
pytest-cov==6.1.1
145147
# via -r requirements.in
146148
pytest-mock==3.14.0
147149
# via -r requirements.in
@@ -159,7 +161,7 @@ ruamel-yaml==0.18.10
159161
# via devpi-server
160162
ruamel-yaml-clib==0.2.12
161163
# via ruamel-yaml
162-
setuptools-scm==8.2.0
164+
setuptools-scm==8.3.1
163165
# via -r requirements.in
164166
six==1.17.0
165167
# via
@@ -185,11 +187,11 @@ twitter-common-dirutil==0.3.11
185187
# via twitter-common-contextutil
186188
twitter-common-lang==0.3.11
187189
# via twitter-common-dirutil
188-
typing-extensions==4.12.2
190+
typing-extensions==4.13.2
189191
# via
190192
# anyio
191193
# setuptools-scm
192-
urllib3==2.3.0
194+
urllib3==2.4.0
193195
# via requests
194196
venusian==3.1.1
195197
# via pyramid

0 commit comments

Comments
 (0)