diff --git a/api/Dockerfile b/api/Dockerfile index 39018687..66d61118 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3-bullseye AS development_build +FROM python:3.12.4-bullseye AS development_build USER root diff --git a/api/pyproject.toml b/api/pyproject.toml index 260fcbc9..d4d03993 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -8,20 +8,20 @@ readme = "README.md" packages = [{include = "sbc_apigw", from = "src"}] [tool.poetry.dependencies] -python = "^3.12.3" +python = "^3.12.4" flask = "^1.1.4" launchdarkly-server-sdk = "^8.3.0" python-dotenv = "^1.0.1" sentry-sdk = "^1.45.0" flask-babel = "2.0.0" -flask-jwt-oidc = "^0.3.0" +flask-jwt-oidc = "^0.7.0" gunicorn = "^22.0.0" sbc-common-components = {git = "https://github.com/bcgov/sbc-common-components.git", rev = "master", subdirectory = "python"} auth-api = {git = "https://github.com/bcgov/sbc-auth.git", rev = "main", subdirectory = "auth-api"} [tool.poetry.group.test.dependencies] -freezegun = "^1.5.0" -hypothesis = "^6.100.1" +freezegun = "^1.5.1" +hypothesis = "^6.105.1" pexpect = "^4.9.0" pytest = "^7.4.4" pytest-cov = "^5.0.0" @@ -29,8 +29,8 @@ pytest-mock = "^3.14.0" requests-mock = "^1.12.1" [tool.poetry.group.dev.dependencies] -pre-commit = "^3.7.0" -faker = "^24.11.0" +pre-commit = "^3.7.1" +faker = "^24.14.1" lovely-pytest-docker = "^0.3.1" [build-system]