Skip to content

Commit 59dd94f

Browse files
check if previous cryptography version does not cause flake
1 parent c14c175 commit 59dd94f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

requirements-test.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ psycopg2-binary<2.9.10; python_version == "3.9" and sys_platform == "darwin"
1111
psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin"
1212

1313
pytest==8.4.1
14-
15-
pytest-asyncio==0.26.0; python_version == "3.9" and sys_platform == "win32"
16-
pytest-asyncio==1.0.0; python_version != "3.9" or sys_platform != "win32"
17-
14+
pytest-asyncio==1.0.0
1815
pytest-cov==6.2.1
1916
pytest-aiohttp==1.1.0
2017
SQLAlchemy[asyncio]==2.0.41

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiofiles==24.1.0
22
aiohttp==3.12.13
3-
cryptography==45.0.5
3+
cryptography==44.0.3
44
google-auth==2.40.3
55
requests==2.32.4
66
protobuf==6.31.1

0 commit comments

Comments
 (0)