Skip to content

Commit

Permalink
Bump lots of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
madwort committed Jan 29, 2025
1 parent 42003d7 commit d1676c3
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 39 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip-tools
google-cloud-bigquery
google-cloud-bigquery==1.28.3
PyGithub
PyYaml
116 changes: 78 additions & 38 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,67 +1,107 @@
#
# This file is autogenerated by pip-compile
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
#
cachetools==4.1.1
build==1.2.2.post1
# via pip-tools
cachetools==5.5.1
# via google-auth
certifi==2020.6.20
certifi==2024.12.14
# via requests
cffi==1.14.3
# via google-crc32c, pynacl
chardet==3.0.4
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.1
# via requests
click==7.1.2
click==8.1.8
# via pip-tools
deprecated==1.2.10
cryptography==44.0.0
# via pyjwt
deprecated==1.2.15
# via pygithub
google-api-core==1.22.2
# via google-cloud-bigquery, google-cloud-core
google-auth==1.21.3
# via google-api-core
google-api-core==2.24.0
# via
# google-cloud-bigquery
# google-cloud-core
google-auth==2.38.0
# via
# google-api-core
# google-cloud-core
google-cloud-bigquery==1.28.3
# via -r requirements.in
google-cloud-core==1.4.1
google-cloud-core==2.4.1
# via google-cloud-bigquery
google-crc32c==1.0.0
google-crc32c==1.5.0
# via google-resumable-media
google-resumable-media==1.0.0
google-resumable-media==1.3.3
# via google-cloud-bigquery
googleapis-common-protos==1.52.0
googleapis-common-protos==1.66.0
# via google-api-core
idna==2.10
idna==3.10
# via requests
pip-tools==5.3.1
importlib-metadata==8.5.0
# via build
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements.in
protobuf==3.13.0
# via google-api-core, googleapis-common-protos
pyasn1-modules==0.2.8
proto-plus==1.25.0
# via google-api-core
protobuf==3.20.3
# via
# google-api-core
# google-cloud-bigquery
# googleapis-common-protos
# proto-plus
pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.1
# via google-auth
pyasn1==0.4.8
# via pyasn1-modules, rsa
pycparser==2.20
pycparser==2.22
# via cffi
pygithub==1.55
pygithub==2.5.0
# via -r requirements.in
pyjwt==2.4.0
pyjwt[crypto]==2.9.0
# via pygithub
pynacl==1.5.0
# via pygithub
pytz==2020.1
# via google-api-core
pyyaml==5.3.1
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pyyaml==6.0.2
# via -r requirements.in
requests==2.24.0
# via google-api-core, pygithub
rsa==4.6
requests==2.32.3
# via
# google-api-core
# pygithub
rsa==4.9
# via google-auth
six==1.15.0
# via google-api-core, google-auth, google-cloud-bigquery, google-resumable-media, pip-tools, protobuf
urllib3==1.25.10
# via requests
wrapt==1.12.1
six==1.17.0
# via
# google-cloud-bigquery
# google-resumable-media
tomli==2.2.1
# via
# build
# pip-tools
typing-extensions==4.12.2
# via pygithub
urllib3==2.2.3
# via
# pygithub
# requests
wheel==0.45.1
# via pip-tools
wrapt==1.17.2
# via deprecated
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit d1676c3

Please sign in to comment.