Skip to content

Commit 17c3e1b

Browse files
Merge pull request #169 from theMarix/update-dependencies
Update tested dependencies
2 parents c65a2eb + ab0b635 commit 17c3e1b

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

requirements.txt

Lines changed: 15 additions & 13 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 devpi-server
1717
build==1.2.2.post1
1818
# via
@@ -29,7 +29,7 @@ charset-normalizer==3.4.1
2929
# via requests
3030
check-manifest==0.50
3131
# via devpi-client
32-
coverage==7.6.12
32+
coverage==7.8.0
3333
# via pytest-cov
3434
defusedxml==0.7.1
3535
# via devpi-server
@@ -51,9 +51,9 @@ exceptiongroup==1.2.2
5151
# via
5252
# anyio
5353
# pytest
54-
h11==0.14.0
54+
h11==0.16.0
5555
# via httpcore
56-
httpcore==1.0.7
56+
httpcore==1.0.9
5757
# via httpx
5858
httpx==0.28.1
5959
# via devpi-server
@@ -65,8 +65,10 @@ idna==3.10
6565
# httpx
6666
# requests
6767
importlib-metadata==8.6.1
68-
# via build
69-
iniconfig==2.0.0
68+
# via
69+
# build
70+
# setuptools-scm
71+
iniconfig==2.1.0
7072
# via
7173
# devpi-client
7274
# pytest
@@ -78,7 +80,7 @@ lazy==1.6
7880
# devpi-server
7981
mock==5.2.0
8082
# via -r requirements.in
81-
packaging==24.2
83+
packaging==25.0
8284
# via
8385
# build
8486
# packaging-legacy
@@ -98,7 +100,7 @@ plaster==1.1.2
98100
# pyramid
99101
plaster-pastedeploy==1.0.1
100102
# via pyramid
101-
platformdirs==4.3.6
103+
platformdirs==4.3.7
102104
# via
103105
# devpi-client
104106
# devpi-server
@@ -121,7 +123,7 @@ pytest==8.3.5
121123
# via
122124
# -r requirements.in
123125
# pytest-cov
124-
pytest-cov==6.0.0
126+
pytest-cov==6.1.1
125127
# via -r requirements.in
126128
python-dateutil==2.9.0.post0
127129
# via strictyaml
@@ -137,7 +139,7 @@ ruamel-yaml==0.18.10
137139
# via devpi-server
138140
ruamel-yaml-clib==0.2.12
139141
# via ruamel-yaml
140-
setuptools-scm==8.2.0
142+
setuptools-scm==8.3.1
141143
# via -r requirements.in
142144
six==1.17.0
143145
# via
@@ -163,12 +165,12 @@ twitter-common-dirutil==0.3.11
163165
# via twitter-common-contextutil
164166
twitter-common-lang==0.3.11
165167
# via twitter-common-dirutil
166-
typing-extensions==4.12.2
168+
typing-extensions==4.13.2
167169
# via
168170
# anyio
169171
# python-utils
170172
# setuptools-scm
171-
urllib3==2.3.0
173+
urllib3==2.4.0
172174
# via requests
173175
venusian==3.1.1
174176
# via pyramid

0 commit comments

Comments
 (0)