We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bcfdcc + db4a777 commit 61eada0Copy full SHA for 61eada0
Pipfile
@@ -4,17 +4,17 @@ verify_ssl = true
4
name = "pypi"
5
6
[packages]
7
-aiohttp = "~=3.10.2"
+aiohttp = "~=3.12.15"
8
sqlalchemy = "~=2.0.5"
9
fhirpy = "~=1.3.0"
10
jsonschema = "~=4.17.3"
11
safety = "*"
12
13
[dev-packages]
14
-pytest-aiohttp = "~=1.0.4"
15
-pytest-cov = "~=4.0.0"
16
-pytest-asyncio = "~=0.20.2"
17
-pytest = "~=7.2.0"
+pytest-aiohttp = "~=1.1.0"
+pytest-cov = "~=6.2.1"
+pytest-asyncio = "~=1.1.0"
+pytest = "~=8.4.1"
18
black = "~=22.12.0"
19
autohooks = "~=23.10.0"
20
autohooks-plugin-ruff = "~=23.11.0"
0 commit comments