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 Oct 10, 2024
1 parent c8e95c3 commit b668959
Show file tree
Hide file tree
Showing 4 changed files with 910 additions and 575 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-bullseye AS development_build
FROM python:3.13.0-bullseye AS development_build

USER root

Expand Down
6 changes: 3 additions & 3 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{include = "developer-connect-api", from = "src"}]

[tool.poetry.dependencies]
python = "^3.12.4"
python = "^3.13.0"
flask = "^1.1.4"
launchdarkly-server-sdk = "^8.3.0"
python-dotenv = "^1.0.1"
Expand All @@ -21,15 +21,15 @@ auth-api = {git = "https://github.com/bcgov/sbc-auth.git", rev = "c286045eb2cf97

[tool.poetry.group.test.dependencies]
freezegun = "^1.5.1"
hypothesis = "^6.108.0"
hypothesis = "^6.114.1"
pexpect = "^4.9.0"
pytest = "^7.4.4"
pytest-cov = "^5.0.0"
pytest-mock = "^3.14.0"
requests-mock = "^1.12.1"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.7.1"
pre-commit = "^3.8.0"
faker = "^24.14.1"
lovely-pytest-docker = "^0.3.1"

Expand Down
28 changes: 14 additions & 14 deletions web/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,34 @@
"test:e2e:ui": "npx playwright test --ui"
},
"devDependencies": {
"@axe-core/playwright": "^4.9.1",
"@axe-core/playwright": "^4.10.0",
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.7.0",
"@nuxt/test-utils": "^3.13.1",
"@nuxt/image": "^1.8.1",
"@nuxt/test-utils": "^3.14.3",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.48.0",
"@testing-library/vue": "^8.1.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/parser": "^7.18.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint": "^8.57.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"happy-dom": "^13.10.1",
"nuxt": "^3.12.3",
"nuxt-vuefire": "^1.0.3",
"playwright-core": "^1.45.1",
"typescript": "^5.5.3",
"nuxt-vuefire": "^1.0.4",
"playwright-core": "^1.48.0",
"typescript": "^5.6.3",
"vitest": "^1.6.0",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"dependencies": {
"@daxiom/sbc-nuxt-assets-layer": "^0.3.1",
"@firebase/app-types": "^0.9.2",
"bcros-search-test-publish": "^0.1.4",
"firebase": "^10.12.3",
"firebase": "^10.14.0",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.9.0",
"vuefire": "^3.1.24"
"vuefire": "^3.2.0"
}
}
Loading

0 comments on commit b668959

Please sign in to comment.