We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e66b26 commit 80487ebCopy full SHA for 80487eb
requirements.txt
@@ -1,13 +1,13 @@
1
jsonschema>=4.23,<4.24
2
-aiohttp>=3.10.3,<3.11
+aiohttp>=3.10.10,<3.11
3
aiohttp-cors>=0.7.0,<0.8
4
aiofiles>=24.1.0,<25.0
5
Jinja2>=3.1.4,<3.2
6
-sentry-sdk==2.12,<2.13 # optional dependency
7
-psutil==6.0.0
+sentry-sdk>=2.17,<2.18 # optional dependency
+psutil>=6.1.0
8
async-timeout>=4.0.3,<4.1
9
distro>=1.9.0
10
py-cpuinfo>=9.0.0,<10.0
11
platformdirs>=2.4.0
12
importlib-resources>=1.3; python_version < '3.9'
13
-truststore>=0.9.1; python_version >= '3.10'
+truststore>=0.10.0; python_version >= '3.10'
0 commit comments