generated from bcgov/bcrs-template-ui
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
bf904c4
commit ac4829a
Showing
4 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM nginx:1.27.1 | ||
FROM nginx:1.27.4 | ||
|
||
ARG VCS_REF="missing" | ||
ARG BUILD_DATE="missing" | ||
|
40 changes: 20 additions & 20 deletions
40
gcp/pam/cloud-functions/pam-grant-revoke/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
cachetools==5.5.0 | ||
cachetools==5.5.1 | ||
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 | ||
google-api-core==2.24.0 | ||
google-api-python-client==2.155.0 | ||
flask==2.3.3 | ||
functions-framework==3.8.2 | ||
google-api-core==2.24.1 | ||
google-api-python-client==2.160.0 | ||
google-auth-httplib2==0.2.0 | ||
google-auth==2.37.0 | ||
google-auth==2.38.0 | ||
google-cloud-resource-manager==1.14.0 | ||
google-cloud-scheduler==2.15.0 | ||
google-cloud-scheduler==2.15.1 | ||
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.70.0 | ||
grpcio==1.70.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 | ||
proto-plus==1.25.0 | ||
protobuf==5.29.1 | ||
packaging==24.2 | ||
proto-plus==1.26.0 | ||
protobuf==5.29.3 | ||
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 |
20 changes: 10 additions & 10 deletions
20
gcp/pam/cloud-functions/pam-request-grant-approve/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
google-cloud-secret-manager==2.22.1 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters