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

chore(deps): refresh pip-compile outputs python #2226

Merged
merged 1 commit into from
Sep 23, 2024
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
10 changes: 5 additions & 5 deletions src/accounts/contacts/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ google-cloud-trace==1.13.5
googleapis-common-protos==1.65.0
grpcio==1.66.1
gunicorn==22.0.0
idna==3.8
idna==3.10
importlib-metadata==6.11.0
itsdangerous==2.2.0
jinja2==3.1.4
Expand All @@ -31,8 +31,8 @@ pluggy==1.5.0
protobuf==4.25.4
psycopg2-binary==2.9.9
py==1.11.0
pyasn1==0.6.0
pyasn1-modules==0.4.0
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22
pycryptodome==3.20.0
pyjwt==2.9.0
Expand All @@ -44,8 +44,8 @@ requests==2.32.3
rsa==4.9
six==1.16.0
sqlalchemy==1.4.54
urllib3==2.2.2
urllib3==2.2.3
wcwidth==0.2.13
webencodings==0.5.1
wrapt==1.16.0
zipp==3.20.1
zipp==3.20.2
12 changes: 6 additions & 6 deletions src/accounts/contacts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ googleapis-common-protos==1.65.0
# -r requirements.in
# google-api-core
# grpcio-status
greenlet==3.1.0
greenlet==3.1.1
# via sqlalchemy
grpcio==1.66.1
# via
Expand All @@ -75,7 +75,7 @@ grpcio-status==1.62.3
# via google-api-core
gunicorn==22.0.0
# via -r requirements.in
idna==3.8
idna==3.10
# via
# -r requirements.in
# requests
Expand Down Expand Up @@ -171,12 +171,12 @@ psycopg2-binary==2.9.9
# via -r requirements.in
py==1.11.0
# via -r requirements.in
pyasn1==0.6.0
pyasn1==0.6.1
# via
# -r requirements.in
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.1
# via
# -r requirements.in
# google-auth
Expand Down Expand Up @@ -217,7 +217,7 @@ typing-extensions==4.12.2
# via
# opentelemetry-resourcedetector-gcp
# opentelemetry-sdk
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements.in
# requests
Expand All @@ -235,7 +235,7 @@ wrapt==1.16.0
# deprecated
# opentelemetry-instrumentation
# opentelemetry-instrumentation-sqlalchemy
zipp==3.20.1
zipp==3.20.2
# via
# -r requirements.in
# importlib-metadata
Expand Down
10 changes: 5 additions & 5 deletions src/accounts/userservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ google-cloud-trace==1.13.5
googleapis-common-protos==1.65.0
grpcio==1.66.1
gunicorn==22.0.0
idna==3.8
idna==3.10
importlib-metadata==6.11.0
itsdangerous==2.2.0
jinja2==3.1.4
Expand All @@ -31,8 +31,8 @@ pluggy==1.5.0
protobuf==4.25.4
psycopg2-binary==2.9.9
py==1.11.0
pyasn1==0.6.0
pyasn1-modules==0.4.0
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22
pycryptodome==3.20.0
pyjwt==2.9.0
Expand All @@ -44,8 +44,8 @@ requests==2.32.3
rsa==4.9
six==1.16.0
sqlalchemy==1.4.54
urllib3==2.2.2
urllib3==2.2.3
wcwidth==0.2.13
webencodings==0.5.1
wrapt==1.16.0
zipp==3.20.1
zipp==3.20.2
12 changes: 6 additions & 6 deletions src/accounts/userservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ googleapis-common-protos==1.65.0
# -r requirements.in
# google-api-core
# grpcio-status
greenlet==3.1.0
greenlet==3.1.1
# via sqlalchemy
grpcio==1.66.1
# via
Expand All @@ -75,7 +75,7 @@ grpcio-status==1.62.3
# via google-api-core
gunicorn==22.0.0
# via -r requirements.in
idna==3.8
idna==3.10
# via
# -r requirements.in
# requests
Expand Down Expand Up @@ -171,12 +171,12 @@ psycopg2-binary==2.9.9
# via -r requirements.in
py==1.11.0
# via -r requirements.in
pyasn1==0.6.0
pyasn1==0.6.1
# via
# -r requirements.in
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.1
# via
# -r requirements.in
# google-auth
Expand Down Expand Up @@ -217,7 +217,7 @@ typing-extensions==4.12.2
# via
# opentelemetry-resourcedetector-gcp
# opentelemetry-sdk
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements.in
# requests
Expand All @@ -235,7 +235,7 @@ wrapt==1.16.0
# deprecated
# opentelemetry-instrumentation
# opentelemetry-instrumentation-sqlalchemy
zipp==3.20.1
zipp==3.20.2
# via
# -r requirements.in
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask==3.0.3
requests==2.32.3
urllib3==2.2.2
urllib3==2.2.3
pyjwt==2.9.0
cryptography==43.0.1
gunicorn==22.0.0
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deprecated==1.2.14
# opentelemetry-semantic-conventions
flask==3.0.3
# via -r requirements.in
google-api-core[grpc]==2.19.2
google-api-core[grpc]==2.20.0
# via google-cloud-trace
google-auth==2.34.0
# via
Expand Down Expand Up @@ -115,7 +115,7 @@ proto-plus==1.24.0
# via
# google-api-core
# google-cloud-trace
protobuf==5.28.1
protobuf==5.28.2
# via
# google-api-core
# google-cloud-trace
Expand Down Expand Up @@ -143,7 +143,7 @@ typing-extensions==4.12.2
# via
# opentelemetry-resourcedetector-gcp
# opentelemetry-sdk
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements.in
# requests
Expand Down
2 changes: 1 addition & 1 deletion src/loadgenerator/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
locust==2.31.5
locust==2.31.6
4 changes: 2 additions & 2 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ gevent==24.2.1
# locust
geventhttpclient==2.3.1
# via locust
greenlet==3.1.0
greenlet==3.1.1
# via gevent
idna==3.10
# via requests
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
locust==2.31.5
locust==2.31.6
# via -r requirements.in
markupsafe==2.1.5
# via
Expand Down