Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump numpy from 1.21.6 to 1.22.0 #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
15 changes: 14 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ cachetools==4.2.4
# google-auth
certifi==2022.9.24
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.1
# via requests
click==8.1.3
Expand All @@ -39,6 +41,8 @@ coverage[toml]==6.5.0
# via pytest-cov
crcmod==1.7
# via apache-beam
cryptography==39.0.1
# via secretstorage
db-dtypes==1.0.5
# via -r requirements/bigquery_extras.txt
deprecated==1.2.13
Expand Down Expand Up @@ -147,6 +151,7 @@ grpcio==1.50.0
# google-api-core
# google-cloud-pubsub
# google-cloud-pubsublite
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.48.2
Expand All @@ -173,6 +178,10 @@ iniconfig==1.1.1
# via pytest
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via -r requirements/base.txt
keyring==23.9.3
Expand All @@ -187,7 +196,7 @@ markupsafe==2.1.1
# jinja2
more-itertools==9.0.0
# via jaraco-classes
numpy==1.21.6
numpy==1.22.0
# via
# apache-beam
# db-dtypes
Expand Down Expand Up @@ -269,6 +278,8 @@ pyasn1-modules==0.2.8
# via
# google-auth
# oauth2client
pycparser==2.21
# via cffi
pydot==1.4.2
# via apache-beam
pygments==2.13.0
Expand Down Expand Up @@ -331,6 +342,8 @@ rsa==4.9
# via
# google-auth
# oauth2client
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -r requirements/bigquery_extras.txt
Expand Down