From 7c223211fcca1d0521ca0783f1941d0ff09334b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:24:35 +0000 Subject: [PATCH] Bump the minor-patch-dependencies group with 2 updates Bumps the minor-patch-dependencies group with 2 updates: [sentry-sdk](https://github.com/getsentry/sentry-python) and [bandit](https://github.com/PyCQA/bandit). Updates `sentry-sdk` from 2.20.0 to 2.22.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.20.0...2.22.0) Updates `bandit` from 1.8.2 to 1.8.3 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.2...1.8.3) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 ++++++++------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0d0f22af..1a67221b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -219,13 +219,13 @@ files = [ [[package]] name = "bandit" -version = "1.8.2" +version = "1.8.3" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.9" files = [ - {file = "bandit-1.8.2-py3-none-any.whl", hash = "sha256:df6146ad73dd30e8cbda4e29689ddda48364e36ff655dbfc86998401fcf1721f"}, - {file = "bandit-1.8.2.tar.gz", hash = "sha256:e00ad5a6bc676c0954669fe13818024d66b70e42cf5adb971480cf3b671e835f"}, + {file = "bandit-1.8.3-py3-none-any.whl", hash = "sha256:28f04dc0d258e1dd0f99dee8eefa13d1cb5e3fde1a5ab0c523971f97b289bcd8"}, + {file = "bandit-1.8.3.tar.gz", hash = "sha256:f5847beb654d309422985c36644649924e0ea4425c76dec2e89110b87506193a"}, ] [package.dependencies] @@ -1839,13 +1839,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.20.0" +version = "2.22.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.20.0-py2.py3-none-any.whl", hash = "sha256:c359a1edf950eb5e80cffd7d9111f3dbeef57994cb4415df37d39fda2cf22364"}, - {file = "sentry_sdk-2.20.0.tar.gz", hash = "sha256:afa82713a92facf847df3c6f63cec71eb488d826a50965def3d7722aa6f0fdab"}, + {file = "sentry_sdk-2.22.0-py2.py3-none-any.whl", hash = "sha256:3d791d631a6c97aad4da7074081a57073126c69487560c6f8bffcf586461de66"}, + {file = "sentry_sdk-2.22.0.tar.gz", hash = "sha256:b4bf43bb38f547c84b2eadcefbe389b36ef75f3f38253d7a74d6b928c07ae944"}, ] [package.dependencies] @@ -1889,6 +1889,7 @@ sanic = ["sanic (>=0.8)"] sqlalchemy = ["sqlalchemy (>=1.2)"] starlette = ["starlette (>=0.19.1)"] starlite = ["starlite (>=1.48)"] +statsig = ["statsig (>=0.55.3)"] tornado = ["tornado (>=6)"] unleash = ["UnleashClient (>=6.0.1)"] @@ -2225,4 +2226,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "d1e811080822150e8aa40dd228e540f504ae9c9aeb50eb33584f594177a7ba95" +content-hash = "7664fb9dfdcfea27fb2e2bcd28eb80d6a211fccb5edeccf5777e1ec86118b303" diff --git a/pyproject.toml b/pyproject.toml index 9cb41ef7..9926e7dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ aiohttp = "^3.11.12" toml = "^0.10.2" dockerflow = "^2024.4.2" async-timeout = "^5.0.1" -sentry-sdk = "^2.20.0" +sentry-sdk = "^2.22.0" termcolor = "^2.5.0" aiohttp_cors = "^0.7.0" backoff = "^2.2.1" @@ -24,7 +24,7 @@ aioresponses = "^0.7.8" pytest-aiohttp = "^1.1.0" mypy = "^1.15" pytest-cov = "^6.0.0" -bandit = "^1.8.2" +bandit = "^1.8.3" responses = "^0.25.6" types-toml = "^0.10.8" types-requests = "^2.32.0"