diff options
author | 2024-02-09 06:43:32 +0000 | |
---|---|---|
committer | 2024-02-09 06:43:32 +0000 | |
commit | 485b39fa0902c3d6127f576942f1eb4be3c78895 (patch) | |
tree | eb7e5b5bc303f6fc48b5d85c7fb26a51406ea9f4 | |
parent | Bump ruff from 0.2.0 to 0.2.1 (#2916) (diff) |
Bump sentry-sdk from 1.40.1 to 1.40.2 (#2917)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index e28c6aee1..7c7012f0d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2020,13 +2020,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.40.1" +version = "1.40.2" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.40.1.tar.gz", hash = "sha256:1bb9cf4ac317906d20787693b5e7f3e42160a90e8bbf1fc544f91c52fa76b68f"}, - {file = "sentry_sdk-1.40.1-py2.py3-none-any.whl", hash = "sha256:69fc5e7512371547207821d801485f45e3c62db629f02f56f58431a10864ac34"}, + {file = "sentry-sdk-1.40.2.tar.gz", hash = "sha256:c98c8e9bb4dc8ff1e67473caf6467acfccf915dadcc26d0efb0d6791a8652610"}, + {file = "sentry_sdk-1.40.2-py2.py3-none-any.whl", hash = "sha256:696ef61a323a207e6a20b018ddc6591adb81c671434c88d1a4f2e95ffa75556c"}, ] [package.dependencies] @@ -2368,4 +2368,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "a8ce24d2d54a23b923325ec605e3513c9b0eb6ee9c77cc07f4db8804d7aceb06" +content-hash = "e9b8423f2785fd3bad583f366586c84b478dd3c021f63e2e5d78a7a830533cb1" diff --git a/pyproject.toml b/pyproject.toml index 991a93938..61200e530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-dateutil = "2.8.2" python-frontmatter = "1.1.0" rapidfuzz = "3.6.1" regex = "2023.12.25" -sentry-sdk = "1.40.1" +sentry-sdk = "1.40.2" tldextract = "5.1.1" pydantic = "2.5.2" pydantic-settings = "2.1.0" |