Skip to content

Commit 92adb3c

Browse files
committedJul 9, 2024
Try to fix tests on ci/cd
1 parent a15614a commit 92adb3c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
 

‎Pipfile

+6-4
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ name = "pypi"
77
aiohttp = "~=3.9.5"
88
sqlalchemy = "~=2.0.5"
99
fhirpy = "~=1.3.0"
10-
jsonschema = "~=4.17.3"
10+
jsonschema = "~=4.17.3,<4.22.0"
1111

1212
[dev-packages]
1313
pytest-aiohttp = "~=1.0.4"
1414
pytest-cov = "~=4.0.0"
1515
pytest-asyncio = "~=0.20.2"
1616
pytest = "~=7.2.0"
17-
exceptiongroup = "~=1.2.1"
18-
tomli = "~=2.0.1"
19-
async-timeout = "~=4.0.3"
2017
black = "~=22.12.0"
2118
autohooks = "~=23.10.0"
2219
autohooks-plugin-ruff = "~=23.11.0"
2320
autohooks-plugin-black = "~=23.7.0"
2421
coloredlogs = "*"
2522
ruff = "*"
23+
24+
# dependencies for python 3.8
25+
exceptiongroup = "~=1.2.1"
26+
tomli = "~=2.0.1"
27+
async-timeout = "~=4.0.3"

‎Pipfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)