diff --git a/deployment/poetry.lock b/deployment/poetry.lock index d6af2b9d..d6a0580a 100644 --- a/deployment/poetry.lock +++ b/deployment/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1219,6 +1219,8 @@ python-versions = "*" groups = ["main", "dev"] files = [ {file = "jsonpath-ng-1.7.0.tar.gz", hash = "sha256:f6f5f7fd4e5ff79c785f1573b394043b39849fb2bb47bcead935d12b00beab3c"}, + {file = "jsonpath_ng-1.7.0-py2-none-any.whl", hash = "sha256:898c93fc173f0c336784a3fa63d7434297544b7198124a68f9a3ef9597b0ae6e"}, + {file = "jsonpath_ng-1.7.0-py3-none-any.whl", hash = "sha256:f3d7f9e848cba1b6da28c55b1c26ff915dc9e0b1ba7e752a53d6da8d5cbd00b6"}, ] [package.dependencies] @@ -2560,18 +2562,18 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "werkzeug" -version = "3.1.3" +version = "3.1.4" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "werkzeug-3.1.3-py3-none-any.whl", hash = "sha256:54b78bf3716d19a65be4fceccc0d1d7b89e608834989dfae50ea87564639213e"}, - {file = "werkzeug-3.1.3.tar.gz", hash = "sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746"}, + {file = "werkzeug-3.1.4-py3-none-any.whl", hash = "sha256:2ad50fb9ed09cc3af22c54698351027ace879a0b60a3b5edf5730b2f7d876905"}, + {file = "werkzeug-3.1.4.tar.gz", hash = "sha256:cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e"}, ] [package.dependencies] -MarkupSafe = ">=2.1.1" +markupsafe = ">=2.1.1" [package.extras] watchdog = ["watchdog (>=2.3)"] @@ -2682,4 +2684,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "58e175d052afab613c1393dbc3c32dc1696a312fa591229e8e08104b071b202a" +content-hash = "1a46c1723e32cb38a500afd4fa0eb2c8807b6b11f698126deea908aa955cbaa2" diff --git a/deployment/pyproject.toml b/deployment/pyproject.toml index f2bdaa1c..fe4b7ab2 100644 --- a/deployment/pyproject.toml +++ b/deployment/pyproject.toml @@ -17,7 +17,7 @@ pytest = "8.4.1" pytest-cov = "5.0.0" pytest-env = "1.1.5" pytest-mock = "3.14.1" -werkzeug = "3.1.3" +werkzeug = "3.1.4" tox = "4.28.4" boto3-stubs-lite = { extras = ["cloudfront", "cloudformation", "cloudwatch", "ec2", "iam", "s3", "sns", "ssm", "sts"], version = "1.40.8" } moto = { extras = ["cloudfront", "dynamodb", "s3"], version = "5.1.10" }