aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-06 06:53:13 +0000
committerGravatar GitHub <[email protected]>2023-06-06 06:53:13 +0000
commit6b1ca474201411c75869ca9134291119e207c687 (patch)
tree798cf02a9726c38e53c3c2745a05fc87fa1e4af6
parentBump rapidfuzz from 3.0.0 to 3.1.0 (#1289) (diff)
Bump sentry-sdk from 1.24.0 to 1.25.0 (#1288)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index c8b84a62..3be5abb0 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1562,19 +1562,19 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "1.24.0"
+version = "1.25.0"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
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.0.tar.gz", hash = "sha256:5be3296fc574fa8a4d9b213b4dcf8c8d0246c08f8bd78315c6286f386c37555a"},
+ {file = "sentry_sdk-1.25.0-py2.py3-none-any.whl", hash = "sha256:fe85cf5d0b3d0aa3480df689f9f6dc487de783defb0a95043368375dc893645e"},
]
[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)"]
@@ -1851,4 +1851,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "9d9621a0f7df81591e393c8f5c7a08c6ccb026c1e3a9cd3ec23d7772f82799fe"
+content-hash = "1410b1bd5868b6e11ed637bcb1e3b5344daedb78cb29fe1bcaf88feb66c6aeab"
diff --git a/pyproject.toml b/pyproject.toml
index 9ae1308b..c734f0de 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ rapidfuzz = "3.1.0"
arrow = "1.2.3"
beautifulsoup4 = "4.12.2"
pillow = "9.5.0"
-sentry-sdk = "1.24.0"
+sentry-sdk = "1.25.0"
PyYAML = "6.0"
emojis = "0.7.0"
coloredlogs = "15.0.1"