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 d1635cbd..cc9845a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1694,14 +1694,14 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"  [[package]]  name = "sentry-sdk" -version = "1.21.0" +version = "1.21.1"  description = "Python client for Sentry (https://sentry.io)"  category = "main"  optional = false  python-versions = "*"  files = [ -    {file = "sentry-sdk-1.21.0.tar.gz", hash = "sha256:36a1ca082a3065a8a05aafa4b1e3d74e9459d41fbb0bea8a5364caca68626341"}, -    {file = "sentry_sdk-1.21.0-py2.py3-none-any.whl", hash = "sha256:82faf9e2c9eb77401a7a187094b126ca25c2a3a478de6704612f48b3346f7a84"}, +    {file = "sentry-sdk-1.21.1.tar.gz", hash = "sha256:99c15556a23621be9f18c2955f7ce63321713bf1c0ad396b27b61399bac5f458"}, +    {file = "sentry_sdk-1.21.1-py2.py3-none-any.whl", hash = "sha256:092888f3abf7a2ea78f0bfcefc3e0465caee2b6f0efb26f538ccc60f95dca179"},  ]  [package.dependencies] @@ -1982,4 +1982,4 @@ multidict = ">=4.0"  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "e5e913f903154aa248816e7a1d5dbfa5bbbebac919a1949bc5363826e5ea430d" +content-hash = "4f1e96093780ff8163dcdef3a0d618a99fd756e43994f2a33bf4391b57d0487a" diff --git a/pyproject.toml b/pyproject.toml index 39f4f566..d6760664 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "3.0.0"  arrow = "1.2.3"  beautifulsoup4 = "4.12.2"  pillow = "9.5.0" -sentry-sdk = "1.21.0" +sentry-sdk = "1.21.1"  PyYAML = "6.0"  emojis = "0.7.0"  coloredlogs = "15.0.1" | 
