Skip to content

Commit 61eada0

Browse files
Merge pull request #77 from Aidbox/upgrade-pytest-asyncio
- Upgrade pytest-asyncio and related dependencies; - Get rid of deprecated `event_loop` fixture;
2 parents 2bcfdcc + db4a777 commit 61eada0

File tree

4 files changed

+1663
-1490
lines changed

4 files changed

+1663
-1490
lines changed

Pipfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
aiohttp = "~=3.10.2"
7+
aiohttp = "~=3.12.15"
88
sqlalchemy = "~=2.0.5"
99
fhirpy = "~=1.3.0"
1010
jsonschema = "~=4.17.3"
1111
safety = "*"
1212

1313
[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"
14+
pytest-aiohttp = "~=1.1.0"
15+
pytest-cov = "~=6.2.1"
16+
pytest-asyncio = "~=1.1.0"
17+
pytest = "~=8.4.1"
1818
black = "~=22.12.0"
1919
autohooks = "~=23.10.0"
2020
autohooks-plugin-ruff = "~=23.11.0"

0 commit comments

Comments
 (0)