Skip to content

Commit a4639be

Browse files
committed
Update dependancies
1 parent 3fac2eb commit a4639be

2 files changed

Lines changed: 355 additions & 861 deletions

File tree

Pipfile

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,22 @@ name = "pypi"
55

66
[packages]
77
aiohttp = "~=3.12.15"
8-
sqlalchemy = "~=2.0.5"
9-
fhirpy = "~=1.3.0"
10-
jsonschema = "~=4.17.3"
11-
safety = "*"
8+
sqlalchemy = "~=2.0.43"
9+
fhirpy = "~=2.0.15"
10+
jsonschema = "~=4.25.1"
1211

1312
[dev-packages]
1413
pytest-aiohttp = "~=1.1.0"
1514
pytest-cov = "~=6.2.1"
1615
pytest-asyncio = "~=1.1.0"
1716
pytest = "~=8.4.1"
18-
black = "~=22.12.0"
19-
autohooks = "~=23.10.0"
20-
autohooks-plugin-ruff = "~=23.11.0"
21-
autohooks-plugin-black = "~=23.7.0"
17+
black = "~=25.1.0"
18+
autohooks = "~=25.4.1"
19+
autohooks-plugin-ruff = "~=25.3.1"
20+
autohooks-plugin-black = "~=23.10.0"
2221
coloredlogs = "*"
2322
ruff = "*"
24-
exceptiongroup = "~=1.2.1"
25-
tomli = "~=2.0.1"
26-
async-timeout = "~=4.0.3"
27-
fhirpathpy = "==2.0.0"
23+
exceptiongroup = "~=1.3.0"
24+
tomli = "~=2.2.1"
25+
async-timeout = "~=5.0.1"
26+
fhirpathpy = "==2.1.0"

0 commit comments

Comments
 (0)