diff --git a/poetry.lock b/poetry.lock index 60afaf7..9789e67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -529,13 +529,13 @@ files = [ [[package]] name = "itsdangerous" -version = "2.0.1" +version = "2.2.0" description = "Safely pass data to untrusted environments and back." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "itsdangerous-2.0.1-py3-none-any.whl", hash = "sha256:5174094b9637652bdb841a3029700391451bd092ba3db90600dea710ba28e97c"}, - {file = "itsdangerous-2.0.1.tar.gz", hash = "sha256:9e724d68fc22902a1435351f84c3fb8623f303fffcc566a4cb952df8c572cff0"}, + {file = "itsdangerous-2.2.0-py3-none-any.whl", hash = "sha256:c6242fc49e35958c8b15141343aa660db5fc54d4f13a1db01a3f5891b98700ef"}, + {file = "itsdangerous-2.2.0.tar.gz", hash = "sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173"}, ] [[package]] @@ -1299,4 +1299,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "39812d1d0fd9e7014edd4cdd7b3c3c51d9941b8ffe77cd8158eb7bc0489919d9" +content-hash = "c92da0707a2a6614cddcd53b837dbfd242764c494093a9f57fd930aa0f5346e4" diff --git a/pyproject.toml b/pyproject.toml index 5101b3d..a0bef15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pyyaml = "^6" semver = "^2.10.0" toml = "^0.10.0" MarkupSafe = "2.1.5" -itsdangerous = "2.0.1" +itsdangerous = "2.2.0" werkzeug = "2.0.3" types-requests = "^2.31.0" types-toml = "^0.10.8"