Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def deps(session):
"pip-review",
)
session.run(
"pip-review","--auto","--freeze-outdated-packages",
"pip-review", "--auto",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious - if this --freeze-outdated-packages intended?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--freeze-outdated-packages is not necessary. For some reason the "pip-review" tool uses the word "freeze" to mean "save the new version into requirements.txt."

)


Expand Down
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ pytest==9.0.3
mock==5.2.0
pytest-cov==7.1.0
pytest-asyncio==1.3.0
SQLAlchemy[asyncio]==2.0.49
SQLAlchemy[asyncio]==2.0.50
sqlalchemy-pytds==1.0.2
sqlalchemy-stubs==0.4
PyMySQL==1.1.2
PyMySQL==1.2.0
pg8000==1.31.5
asyncpg==0.31.0
python-tds==1.17.1
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
certifi==2026.2.25
cryptography==46.0.7
filelock==3.28.0
google-auth==2.49.2
idna==3.11
packaging==26.1
pip==26.0.1
PyMySQL==1.1.2
virtualenv==21.2.4
certifi==2026.5.20
cryptography==48.0.0
filelock==3.29.0
google-auth==2.53.0
idna==3.16
packaging==26.2
pip==26.1.1
PyMySQL==1.2.0
virtualenv==21.3.3
Loading