diff --git a/poetry.lock b/poetry.lock index 7120353cef..98395bf5e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -202,13 +202,13 @@ requests = "*" [[package]] name = "babel" -version = "2.14.0" +version = "2.15.0" description = "Internationalization utilities" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Babel-2.14.0-py3-none-any.whl", hash = "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"}, - {file = "Babel-2.14.0.tar.gz", hash = "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363"}, + {file = "Babel-2.15.0-py3-none-any.whl", hash = "sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb"}, + {file = "babel-2.15.0.tar.gz", hash = "sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"}, ] [package.extras] @@ -5264,4 +5264,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "c56958fbfdfe8a039a0531e40261b43b66b90d20702fb781ef30f04a9d68cd1b" +content-hash = "20250f52d8a7155914c22c12e31dc16c478a1f9b5648b755bdd50201e94293b6" diff --git a/pyproject.toml b/pyproject.toml index 2a363f39cb..3bad5247e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ documentation = "https://docs.saleor.io/" azure-common = "^1.1.28" azure-storage-blob = "^12.12.0" azure-storage-common = "^2.1.0" - babel = ">=2.8,<2.15" + babel = ">=2.8,<2.16" boto3 = "^1.28" botocore = "^1.34" braintree = ">=4.2,<4.27"