chore(deps): update all dependencies by renovate-bot · Pull Request #1303 · googleapis/python-bigquery-sqlalchemy · GitHub
Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.
Closed
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 dev_requirements.txt
12 changes: 6 additions & 6 deletions samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
attrs==25.4.0
click===8.1.8; python_version <= '3.9'
click==8.3.0; python_version >= '3.10'
google-auth==2.41.1
google-cloud-testutils==1.6.4
iniconfig==2.1.0
packaging==25.0
click==8.3.1; python_version >= '3.10'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

The version 8.3.1 for click appears to be a future version. The PR description mentions a release date in 2025 for this version, while the latest official version is 8.1.7. This is a critical security risk. Please verify the package source.

google-auth==2.49.1
google-cloud-testutils==1.7.0
iniconfig==2.3.0
packaging==26.0
pluggy==1.6.0; python_version >= '3.9'
py==1.11.0
pyasn1==0.6.2
pyasn1-modules==0.4.2
pyparsing==3.2.5; python_version >= '3.9'
pyparsing==3.3.2; python_version >= '3.9'
pytest===6.2.5
rsa==4.9.1
six==1.17.0
Expand Down
38 changes: 19 additions & 19 deletions samples/snippets/requirements.txt
Loading