diff options
Diffstat (limited to '')
| -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 13cfb676..1325a68a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1603,13 +1603,13 @@ files = [  [[package]]  name = "sentry-sdk" -version = "1.44.0" +version = "1.44.1"  description = "Python client for Sentry (https://sentry.io)"  optional = false  python-versions = "*"  files = [ -    {file = "sentry-sdk-1.44.0.tar.gz", hash = "sha256:f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"}, -    {file = "sentry_sdk-1.44.0-py2.py3-none-any.whl", hash = "sha256:eb65289da013ca92fad2694851ad2f086aa3825e808dc285bd7dcaf63602bb18"}, +    {file = "sentry-sdk-1.44.1.tar.gz", hash = "sha256:24e6a53eeabffd2f95d952aa35ca52f0f4201d17f820ac9d3ff7244c665aaf68"}, +    {file = "sentry_sdk-1.44.1-py2.py3-none-any.whl", hash = "sha256:5f75eb91d8ab6037c754a87b8501cc581b2827e923682f593bed3539ce5b3999"},  ]  [package.dependencies] @@ -1912,4 +1912,4 @@ multidict = ">=4.0"  [metadata]  lock-version = "2.0"  python-versions = "3.12.*" -content-hash = "e2ae33dac55e13dc14a65746c5be0865ee0079804ffe703ff4745c5a3e2045c9" +content-hash = "e6e8a2b7fa3e9b78d4b0eec98a0858323301e9ee08ef5a9eba69ad5439fdc7e5" diff --git a/pyproject.toml b/pyproject.toml index 16f124de..9e3254c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ rapidfuzz = "3.7.0"  arrow = "1.3.0"  beautifulsoup4 = "4.12.3"  pillow = "10.3.0" -sentry-sdk = "1.44.0" +sentry-sdk = "1.44.1"  PyYAML = "6.0.1"  emojis = "0.7.0"  coloredlogs = "15.0.1" | 
