Skip to content

Commit 2a4ca8e

Browse files
fix(deps): update all minor dependencies
1 parent ebf220b commit 2a4ca8e

File tree

6 files changed

+114
-114
lines changed

6 files changed

+114
-114
lines changed

app/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Jinja2==3.1.3
44
awscli==1.32.95
55
aws-sns-message-validator==0.0.5
66
boto3==1.34.95
7-
fastapi==0.110.3
7+
fastapi==0.111.0
88
geoip2==4.8.0
9-
google-api-python-client==2.126.0
9+
google-api-python-client==2.127.0
1010
google-auth-httplib2==0.2.0
1111
google-auth-oauthlib==0.8.0
12-
google-api-core==2.18.0
12+
google-api-core==2.19.0
1313
google-auth==2.29.0
1414
httpx==0.27.0
1515
itsdangerous==2.2.0

app/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
black==22.12.0
22
coverage==6.5.0
33
flake8==6.1.0
4-
freezegun==1.4.0
4+
freezegun==1.5.0
55
pytest==7.4.4
66
pytest-asyncio==0.23.6
77
pytest-env==0.8.2

frontend/package-lock.json

Lines changed: 103 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"@mui/icons-material": "^5.14.9",
99
"@mui/material": "^5.14.9",
1010
"@mui/x-data-grid": "^6.14.0",
11-
"@nivo/bar": "^0.85.0",
12-
"@nivo/core": "^0.85.0",
13-
"@nivo/geo": "^0.85.0",
14-
"@nivo/line": "^0.85.0",
15-
"@nivo/pie": "^0.85.0",
11+
"@nivo/bar": "^0.86.0",
12+
"@nivo/core": "^0.86.0",
13+
"@nivo/geo": "^0.86.0",
14+
"@nivo/line": "^0.86.0",
15+
"@nivo/pie": "^0.86.0",
1616
"@testing-library/jest-dom": "^5.17.0",
1717
"@testing-library/react": "^13.4.0",
1818
"@testing-library/user-event": "^13.5.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==2.126.0
1+
google-api-python-client==2.127.0
22
google-auth-httplib2==0.2.0
33
google-auth-oauthlib==1.2.0

terraform/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "sre_bot_bucket" {
2-
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.3.9"
2+
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.3"
33
bucket_name = "sre-bot-bucket"
44
versioning = {
55
enabled = true

0 commit comments

Comments
 (0)