diff options
Diffstat (limited to '')
| -rw-r--r-- | poetry.lock | 10 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index ca24c242..a12b0c4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1025,19 +1025,19 @@ files = [  [[package]]  name = "sentry-sdk" -version = "1.24.0" +version = "1.25.1"  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.1.tar.gz", hash = "sha256:aa796423eb6a2f4a8cd7a5b02ba6558cb10aab4ccdc0537f63a47b038c520c38"}, +    {file = "sentry_sdk-1.25.1-py2.py3-none-any.whl", hash = "sha256:79afb7c896014038e358401ad1d36889f97a129dfa8031c49b3f238cd1aa3935"},  ]  [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)"] @@ -1222,4 +1222,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "130e5c57c8606113b71fd5eefc1740843556a17be8df1c98514a245b44749805" +content-hash = "b4516a212ecb3fc63b5a79db9e284c04b72213fcec8cba9a170a8d1cb2ca5171" diff --git a/pyproject.toml b/pyproject.toml index 4cc1d145..731e3d70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.7.0", extras = ["crypto"]}  pymdown-extensions = "10.0.1"  python-frontmatter = "1.0.0"  pyyaml = "6.0" -sentry-sdk = "1.24.0" +sentry-sdk = "1.25.1"  whitenoise = "6.4.0"  psycopg = {extras = ["binary"], version = "3.1.9"}  |