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 ec39dbfbd..9e3de10f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2081,13 +2081,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] @@ -2432,4 +2432,4 @@ multidict = ">=4.0"  [metadata]  lock-version = "2.0"  python-versions = "3.12.*" -content-hash = "227baccc262b5709423d2ced97ed74d0d4e296b46f939e76ae0a46c4287310ec" +content-hash = "218562eba4372dc9fcc66dbe5c12511a3ebff640d311abca87cb2aff7316e665" diff --git a/pyproject.toml b/pyproject.toml index 3f53ac80f..15966822f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-dateutil = "2.9.0.post0"  python-frontmatter = "1.1.0"  rapidfuzz = "3.7.0"  regex = "2023.12.25" -sentry-sdk = "1.44.0" +sentry-sdk = "1.44.1"  tldextract = "5.1.2"  pydantic = "2.6.4"  pydantic-settings = "2.2.1" | 
