Skip to content

Commit 80487eb

Browse files
committed
Upgrade dependencies
1 parent 6e66b26 commit 80487eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
jsonschema>=4.23,<4.24
2-
aiohttp>=3.10.3,<3.11
2+
aiohttp>=3.10.10,<3.11
33
aiohttp-cors>=0.7.0,<0.8
44
aiofiles>=24.1.0,<25.0
55
Jinja2>=3.1.4,<3.2
6-
sentry-sdk==2.12,<2.13 # optional dependency
7-
psutil==6.0.0
6+
sentry-sdk>=2.17,<2.18 # optional dependency
7+
psutil>=6.1.0
88
async-timeout>=4.0.3,<4.1
99
distro>=1.9.0
1010
py-cpuinfo>=9.0.0,<10.0
1111
platformdirs>=2.4.0
1212
importlib-resources>=1.3; python_version < '3.9'
13-
truststore>=0.9.1; python_version >= '3.10'
13+
truststore>=0.10.0; python_version >= '3.10'

0 commit comments

Comments
 (0)