Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 5c7fe8b commit d75acfa
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion downpage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.27.1
FROM nginx:1.27.2

ARG VCS_REF="missing"
ARG BUILD_DATE="missing"
Expand Down
30 changes: 15 additions & 15 deletions gcp/pam/cloud-functions/pam-grant-revoke/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
cachetools==5.5.0
certifi==2024.12.14
charset-normalizer==3.4.0
click==8.1.7
charset-normalizer==3.4.1
click==8.1.8
cloudevents==1.11.0
deprecation==2.1.0
flask==2.2.5
functions-framework==3.8.1
flask==2.3.3
functions-framework==3.8.2
google-api-core==2.24.0
google-api-python-client==2.155.0
google-api-python-client==2.157.0
google-auth-httplib2==0.2.0
google-auth==2.37.0
google-cloud-resource-manager==1.14.0
google-cloud-scheduler==2.15.0
googleapis-common-protos==1.66.0
grpc-google-iam-v1==0.13.1
grpcio-status==1.68.1
grpcio==1.68.1
grpc-google-iam-v1==0.14.0
grpcio-status==1.69.0
grpcio==1.69.0
gunicorn==23.0.0
httplib2==0.22.0
idna==3.10
importlib-metadata==6.7.0
itsdangerous==2.1.2
importlib-metadata==6.11.0
itsdangerous==2.2.0
jinja2==3.1.4
markupsafe==2.1.5
packaging==24.0
packaging==24.2
proto-plus==1.25.0
protobuf==5.29.1
protobuf==5.29.2
pyasn1-modules==0.4.1
pyasn1==0.6.1
pyparsing==3.2.0
pyparsing==3.2.1
requests==2.32.3
rsa==4.9
typing-extensions==4.7.1
typing-extensions==4.12.2
uritemplate==4.1.1
urllib3==2.2.3
urllib3==2.3.0
watchdog==3.0.0
werkzeug==2.2.3
zipp==3.15.0
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
certifi==2024.12.14
charset-normalizer==3.4.0
click==8.1.7
charset-normalizer==3.4.1
click==8.1.8
cloudevents==1.11.0
deprecation==2.1.0
flask==2.2.5
functions-framework==3.8.1
flask==2.3.3
functions-framework==3.8.2
gunicorn==23.0.0
google-cloud-secret-manager==2.22.0
idna==3.10
importlib-metadata==6.7.0
itsdangerous==2.1.2
importlib-metadata==6.11.0
itsdangerous==2.2.0
jinja2==3.1.4
markupsafe==2.1.5
packaging==24.0
packaging==24.2
requests==2.32.3
typing-extensions==4.7.1
urllib3==2.2.3
typing-extensions==4.12.2
urllib3==2.3.0
watchdog==3.0.0
werkzeug==2.2.3
zipp==3.15.0
20 changes: 10 additions & 10 deletions gcp/pam/cloud-functions/pam-request-grant-create/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
aiofiles==24.1.0
aiohappyeyeballs==2.4.4
aiohttp==3.11.10
aiohttp==3.11.11
aiosignal==1.3.2
asn1crypto==1.5.1
attrs==24.3.0
blinker==1.9.0
cachetools==5.5.0
certifi==2024.12.14
cffi==1.17.1
charset-normalizer==3.4.0
click==8.1.7
charset-normalizer==3.4.1
click==8.1.8
cloud-sql-python-connector==1.15.0
cloudevents==1.11.0
cryptography==44.0.0
Expand All @@ -19,7 +19,7 @@ flask==3.1.0
frozenlist==1.5.0
functions-framework==3.8.2
google-api-core==2.24.0
google-api-python-client==2.155.0
google-api-python-client==2.157.0
google-auth-httplib2==0.2.0
google-auth==2.37.0
google-cloud-privilegedaccessmanager==0.1.5
Expand All @@ -28,9 +28,9 @@ google-cloud-scheduler==2.15.0
google-cloud-secret-manager==2.22.0
googleapis-common-protos==1.66.0
greenlet==3.1.1
grpc-google-iam-v1==0.13.1
grpcio-status==1.68.1
grpcio==1.68.1
grpc-google-iam-v1==0.14.0
grpcio-status==1.69.0
grpcio==1.69.0
gunicorn==23.0.0
httplib2==0.22.0
idna==3.10
Expand All @@ -42,11 +42,11 @@ packaging==24.2
pg8000==1.31.2
propcache==0.2.1
proto-plus==1.25.0
protobuf==5.29.1
protobuf==5.29.2
pyasn1-modules==0.4.1
pyasn1==0.6.1
pycparser==2.22
pyparsing==3.2.0
pyparsing==3.2.1
python-dateutil==2.9.0.post0
requests==2.32.3
rsa==4.9
Expand All @@ -55,7 +55,7 @@ six==1.17.0
sqlalchemy==2.0.36
typing-extensions==4.12.2
uritemplate==4.1.1
urllib3==2.2.3
urllib3==2.3.0
watchdog==6.0.0
werkzeug==3.1.3
yarl==1.18.3

0 comments on commit d75acfa

Please sign in to comment.