Skip to content

Commit 26fc6b6

Browse files
Update all non-major dependencies
1 parent 0bba549 commit 26fc6b6

4 files changed

Lines changed: 9276 additions & 10728 deletions

File tree

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.4-bullseye AS development_build
1+
FROM python:3.13.3-bullseye AS development_build
22

33
USER root
44

api/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ readme = "README.md"
88
packages = [{include = "developer-connect-api", from = "src"}]
99

1010
[tool.poetry.dependencies]
11-
python = "^3.12.4"
11+
python = "^3.13.3"
1212
flask = "^1.1.4"
1313
launchdarkly-server-sdk = "^8.3.0"
14-
python-dotenv = "^1.0.1"
14+
python-dotenv = "^1.1.0"
1515
sentry-sdk = "^2.0.0"
1616
flask-babel = "2.0.0"
17-
flask-jwt-oidc = "^0.7.0"
17+
flask-jwt-oidc = "^0.8.0"
1818
gunicorn = "^22.0.0"
1919
sbc-common-components = {git = "https://github.com/bcgov/sbc-common-components.git", rev = "master", subdirectory = "python"}
2020
auth-api = {git = "https://github.com/bcgov/sbc-auth.git", rev = "c286045eb2cf9761cd57b59aa4c6e7b3146ea36c", subdirectory = "auth-api"}
2121

2222
[tool.poetry.group.test.dependencies]
2323
freezegun = "^1.5.1"
24-
hypothesis = "^6.108.0"
24+
hypothesis = "^6.131.9"
2525
pexpect = "^4.9.0"
2626
pytest = "^7.4.4"
2727
pytest-cov = "^5.0.0"
2828
pytest-mock = "^3.14.0"
2929
requests-mock = "^1.12.1"
3030

3131
[tool.poetry.group.dev.dependencies]
32-
pre-commit = "^3.7.1"
32+
pre-commit = "^3.8.0"
3333
faker = "^24.14.1"
3434
lovely-pytest-docker = "^0.3.1"
3535

web/site/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,37 @@
1818
"test:e2e:ui": "npx playwright test --ui"
1919
},
2020
"devDependencies": {
21-
"@axe-core/playwright": "^4.9.1",
21+
"@axe-core/playwright": "^4.10.1",
2222
"@nuxt/devtools": "latest",
23-
"@nuxt/image": "^1.7.0",
24-
"@nuxt/test-utils": "^3.13.1",
23+
"@nuxt/image": "^1.10.0",
24+
"@nuxt/test-utils": "^3.17.2",
2525
"@nuxtjs/eslint-config-typescript": "^12.1.0",
2626
"@nuxtjs/eslint-module": "^4.1.0",
27-
"@playwright/test": "^1.45.1",
28-
"@scalar/nuxt": "^0.2.194",
27+
"@playwright/test": "^1.52.0",
28+
"@scalar/nuxt": "^0.3.26",
2929
"@testing-library/vue": "^8.1.0",
30-
"@typescript-eslint/parser": "^7.16.0",
30+
"@typescript-eslint/parser": "^7.18.0",
3131
"@vue/test-utils": "^2.4.6",
32-
"eslint": "^8.57.0",
33-
"eslint-plugin-tailwindcss": "^3.17.4",
32+
"eslint": "^8.57.1",
33+
"eslint-plugin-tailwindcss": "^3.18.0",
3434
"happy-dom": "^13.10.1",
3535
"nuxt": "^3.15.4",
36-
"nuxt-gtag": "^3.0.1",
37-
"nuxt-vuefire": "^1.0.3",
38-
"playwright-core": "^1.45.1",
39-
"typescript": "^5.5.3",
40-
"vitest": "^1.6.0",
41-
"vue": "^3.4.31",
42-
"vue-router": "^4.4.0"
36+
"nuxt-gtag": "^3.0.2",
37+
"nuxt-vuefire": "^1.0.5",
38+
"playwright-core": "^1.52.0",
39+
"typescript": "^5.8.3",
40+
"vitest": "^1.6.1",
41+
"vue": "^3.5.13",
42+
"vue-router": "^4.5.1"
4343
},
4444
"dependencies": {
4545
"@daxiom/sbc-nuxt-assets-layer": "^0.3.1",
46-
"@firebase/app-types": "^0.9.2",
46+
"@firebase/app-types": "^0.9.3",
4747
"bcros-search-test-publish": "^0.1.4",
48-
"firebase": "^10.12.3",
48+
"firebase": "^10.14.1",
4949
"firebase-admin": "^11.11.1",
5050
"firebase-functions": "^4.9.0",
51-
"vuefire": "^3.1.24"
51+
"vuefire": "^3.2.1"
5252
},
53-
"packageManager": "pnpm@8.7.6+sha1.a428b12202bc4f23b17e6dffe730734dae5728e2"
53+
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
5454
}

0 commit comments

Comments
 (0)