Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 4, 2024
1 parent a48b77c commit a1c037c
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 55 deletions.
14 changes: 7 additions & 7 deletions src/accounts/contacts/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ certifi==2024.8.30
cffi==1.17.1
chardet==5.2.0
click==8.1.7
cryptography==43.0.1
cryptography==43.0.3
flask==3.0.3
google-api-core==2.20.0
google-api-core==2.22.0
google-auth==2.35.0
google-cloud-core==2.4.1
google-cloud-trace==1.13.5
google-cloud-trace==1.14.0
googleapis-common-protos==1.65.0
grpcio==1.66.1
grpcio==1.67.0
gunicorn==22.0.0
idna==3.10
importlib-metadata==6.11.0
Expand All @@ -29,14 +29,14 @@ opentelemetry-instrumentation-sqlalchemy==0.48b0
packaging==23.2
pluggy==1.5.0
protobuf==4.25.5
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
py==1.11.0
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22
pycryptodome==3.20.0
pycryptodome==3.21.0
pyjwt==2.9.0
pyparsing==3.1.4
pyparsing==3.2.0
pytest==7.4.4
pytest-cov==4.1.0
pytz==2023.4
Expand Down
22 changes: 11 additions & 11 deletions src/accounts/contacts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ cffi==1.17.1
# cryptography
chardet==5.2.0
# via -r requirements.in
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# -r requirements.in
# flask
coverage[toml]==7.6.1
coverage[toml]==7.6.4
# via pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via -r requirements.in
deprecated==1.2.14
# via
# opentelemetry-api
# opentelemetry-semantic-conventions
flask==3.0.3
# via -r requirements.in
google-api-core[grpc]==2.20.0
google-api-core[grpc]==2.22.0
# via
# -r requirements.in
# google-cloud-core
Expand All @@ -55,7 +55,7 @@ google-auth==2.35.0
# google-cloud-trace
google-cloud-core==2.4.1
# via -r requirements.in
google-cloud-trace==1.13.5
google-cloud-trace==1.14.0
# via
# -r requirements.in
# opentelemetry-exporter-gcp-trace
Expand All @@ -66,7 +66,7 @@ googleapis-common-protos==1.65.0
# grpcio-status
greenlet==3.1.1
# via sqlalchemy
grpcio==1.66.1
grpcio==1.67.0
# via
# -r requirements.in
# google-api-core
Expand Down Expand Up @@ -155,7 +155,7 @@ pluggy==1.5.0
# via
# -r requirements.in
# pytest
proto-plus==1.24.0
proto-plus==1.25.0
# via
# google-api-core
# google-cloud-trace
Expand All @@ -167,7 +167,7 @@ protobuf==4.25.5
# googleapis-common-protos
# grpcio-status
# proto-plus
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
# via -r requirements.in
py==1.11.0
# via -r requirements.in
Expand All @@ -184,11 +184,11 @@ pycparser==2.22
# via
# -r requirements.in
# cffi
pycryptodome==3.20.0
pycryptodome==3.21.0
# via -r requirements.in
pyjwt==2.9.0
# via -r requirements.in
pyparsing==3.1.4
pyparsing==3.2.0
# via -r requirements.in
pytest==7.4.4
# via
Expand Down Expand Up @@ -227,7 +227,7 @@ webencodings==0.5.1
# via
# -r requirements.in
# bleach
werkzeug==3.0.4
werkzeug==3.1.2
# via flask
wrapt==1.16.0
# via
Expand Down
14 changes: 7 additions & 7 deletions src/accounts/userservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ certifi==2024.8.30
cffi==1.17.1
chardet==5.2.0
click==8.1.7
cryptography==43.0.1
cryptography==43.0.3
flask==3.0.3
google-api-core==2.20.0
google-api-core==2.22.0
google-auth==2.35.0
google-cloud-core==2.4.1
google-cloud-trace==1.13.5
google-cloud-trace==1.14.0
googleapis-common-protos==1.65.0
grpcio==1.66.1
grpcio==1.67.0
gunicorn==22.0.0
idna==3.10
importlib-metadata==6.11.0
Expand All @@ -29,14 +29,14 @@ opentelemetry-instrumentation-sqlalchemy==0.48b0
packaging==23.2
pluggy==1.5.0
protobuf==4.25.5
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
py==1.11.0
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22
pycryptodome==3.20.0
pycryptodome==3.21.0
pyjwt==2.9.0
pyparsing==3.1.4
pyparsing==3.2.0
pytest==7.4.4
pytest-cov==4.1.0
pytz==2023.4
Expand Down
22 changes: 11 additions & 11 deletions src/accounts/userservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ cffi==1.17.1
# cryptography
chardet==5.2.0
# via -r requirements.in
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# -r requirements.in
# flask
coverage[toml]==7.6.1
coverage[toml]==7.6.4
# via pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via -r requirements.in
deprecated==1.2.14
# via
# opentelemetry-api
# opentelemetry-semantic-conventions
flask==3.0.3
# via -r requirements.in
google-api-core[grpc]==2.20.0
google-api-core[grpc]==2.22.0
# via
# -r requirements.in
# google-cloud-core
Expand All @@ -55,7 +55,7 @@ google-auth==2.35.0
# google-cloud-trace
google-cloud-core==2.4.1
# via -r requirements.in
google-cloud-trace==1.13.5
google-cloud-trace==1.14.0
# via
# -r requirements.in
# opentelemetry-exporter-gcp-trace
Expand All @@ -66,7 +66,7 @@ googleapis-common-protos==1.65.0
# grpcio-status
greenlet==3.1.1
# via sqlalchemy
grpcio==1.66.1
grpcio==1.67.0
# via
# -r requirements.in
# google-api-core
Expand Down Expand Up @@ -155,7 +155,7 @@ pluggy==1.5.0
# via
# -r requirements.in
# pytest
proto-plus==1.24.0
proto-plus==1.25.0
# via
# google-api-core
# google-cloud-trace
Expand All @@ -167,7 +167,7 @@ protobuf==4.25.5
# googleapis-common-protos
# grpcio-status
# proto-plus
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
# via -r requirements.in
py==1.11.0
# via -r requirements.in
Expand All @@ -184,11 +184,11 @@ pycparser==2.22
# via
# -r requirements.in
# cffi
pycryptodome==3.20.0
pycryptodome==3.21.0
# via -r requirements.in
pyjwt==2.9.0
# via -r requirements.in
pyparsing==3.1.4
pyparsing==3.2.0
# via -r requirements.in
pytest==7.4.4
# via
Expand Down Expand Up @@ -227,7 +227,7 @@ webencodings==0.5.1
# via
# -r requirements.in
# bleach
werkzeug==3.0.4
werkzeug==3.1.2
# via flask
wrapt==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ flask==3.0.3
requests==2.32.3
urllib3==2.2.3
pyjwt==2.9.0
cryptography==43.0.1
cryptography==43.0.3
gunicorn==22.0.0
google-auth==2.35.0
opentelemetry-sdk==1.27.0
Expand Down
20 changes: 10 additions & 10 deletions src/frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via flask
cryptography==43.0.1
cryptography==43.0.3
# via -r requirements.in
deprecated==1.2.14
# via
# opentelemetry-api
# opentelemetry-semantic-conventions
flask==3.0.3
# via -r requirements.in
google-api-core[grpc]==2.20.0
google-api-core[grpc]==2.22.0
# via google-cloud-trace
google-auth==2.35.0
# via
# -r requirements.in
# google-api-core
# google-cloud-trace
google-cloud-trace==1.13.5
google-cloud-trace==1.14.0
# via opentelemetry-exporter-gcp-trace
googleapis-common-protos==1.65.0
# via
# google-api-core
# grpcio-status
grpcio==1.66.2
grpcio==1.67.1
# via
# google-api-core
# grpcio-status
grpcio-status==1.66.2
grpcio-status==1.67.1
# via google-api-core
gunicorn==22.0.0
# via -r requirements.in
Expand All @@ -55,7 +55,7 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
markupsafe==2.1.5
markupsafe==3.0.2
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -111,11 +111,11 @@ packaging==24.1
# via
# gunicorn
# opentelemetry-instrumentation-flask
proto-plus==1.24.0
proto-plus==1.25.0
# via
# google-api-core
# google-cloud-trace
protobuf==5.28.2
protobuf==5.28.3
# via
# google-api-core
# google-cloud-trace
Expand Down Expand Up @@ -147,7 +147,7 @@ urllib3==2.2.3
# via
# -r requirements.in
# requests
werkzeug==3.0.4
werkzeug==3.1.2
# via flask
wrapt==1.16.0
# via
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.7
locust==2.32.0
14 changes: 7 additions & 7 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ certifi==2024.8.30
# via
# geventhttpclient
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via flask
Expand All @@ -27,7 +27,7 @@ flask-cors==5.0.0
# via locust
flask-login==0.6.3
# via locust
gevent==24.2.1
gevent==24.10.3
# via
# geventhttpclient
# locust
Expand All @@ -41,15 +41,15 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
locust==2.31.7
locust==2.32.0
# via -r requirements.in
markupsafe==2.1.5
markupsafe==3.0.2
# via
# jinja2
# werkzeug
msgpack==1.1.0
# via locust
psutil==6.0.0
psutil==6.1.0
# via locust
pyzmq==26.2.0
# via locust
Expand All @@ -59,14 +59,14 @@ urllib3==2.2.3
# via
# geventhttpclient
# requests
werkzeug==3.0.4
werkzeug==3.1.2
# via
# flask
# flask-login
# locust
zope-event==5.0
# via gevent
zope-interface==7.0.3
zope-interface==7.1.1
# via gevent

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

0 comments on commit a1c037c

Please sign in to comment.