Skip to content

Commit

Permalink
chore(deps): update python-nonmajor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 9, 2025
1 parent d6ec5ad commit f6872be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ pg8000==1.31.2
# https://github.com/psycopg/psycopg2/issues/1737. But macos-12 runner is
# deprecated: https://github.com/actions/runner-images/issues/10721. So we
# install psycopg 2.9.9 on Python 3.9 for macos-latest runner.
psycopg2-binary==2.9.9; python_version == "3.9" and sys_platform == "darwin"
psycopg2-binary==2.9.10; python_version == "3.9" and sys_platform == "darwin"
psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin"

pytest==8.3.4
pytest-asyncio==0.24.0
pytest-asyncio==0.25.2
pytest-cov==6.0.0
pytest-aiohttp==1.0.5
SQLAlchemy[asyncio]==2.0.36
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiofiles==24.1.0
aiohttp==3.11.10
aiohttp==3.11.11
cryptography==44.0.0
google-auth==2.36.0
google-auth==2.37.0
requests==2.32.3
protobuf==4.25.5

0 comments on commit f6872be

Please sign in to comment.