diff options
author | 2023-06-10 09:48:03 +0000 | |
---|---|---|
committer | 2023-06-10 09:48:03 +0000 | |
commit | fea2e5c907c7085e5a1e3162a805b2b73a439b2c (patch) | |
tree | 42d19f45179cbfec76394592fee85ac3b36b8e2a | |
parent | Bump emoji from 2.2.0 to 2.5.0 (#2627) (diff) |
Bump sentry-sdk from 1.24.0 to 1.25.1 (#2626)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 47d8e8d2d..9627c12bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1897,18 +1897,18 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.24.0" +version = "1.25.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.24.0.tar.gz", hash = "sha256:0bbcecda9f51936904c1030e7fef0fe693e633888f02a14d1cb68646a50e83b3"}, - {file = "sentry_sdk-1.24.0-py2.py3-none-any.whl", hash = "sha256:56d6d9d194c898d853a7c1dd99bed92ce82334ee1282292c15bcc967ff1a49b5"}, + {file = "sentry-sdk-1.25.1.tar.gz", hash = "sha256:aa796423eb6a2f4a8cd7a5b02ba6558cb10aab4ccdc0537f63a47b038c520c38"}, + {file = "sentry_sdk-1.25.1-py2.py3-none-any.whl", hash = "sha256:79afb7c896014038e358401ad1d36889f97a129dfa8031c49b3f238cd1aa3935"}, ] [package.dependencies] certifi = "*" -urllib3 = {version = ">=1.26.11,<2.0.0", markers = "python_version >= \"3.6\""} +urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} [package.extras] aiohttp = ["aiohttp (>=3.5)"] @@ -2211,4 +2211,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "fd097ba04a13f15c54d9674181faf29273a2ce201f2575dffe154935202b8d49" +content-hash = "bc3b61d128bf55b14dbb0b35f780d1dd2f3db15aa72700b3c5461b6120cbb9d9" diff --git a/pyproject.toml b/pyproject.toml index 66bf7083e..fab2786c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-frontmatter = "1.0.0" pyyaml = "6.0" rapidfuzz = "3.0.0" regex = "2023.5.5" -sentry-sdk = "1.24.0" +sentry-sdk = "1.25.1" tldextract = "3.4.4" pydantic = { version = "1.10.8", extras = ["dotenv"]} |