diff options
Diffstat (limited to '')
| -rw-r--r-- | poetry.lock | 9 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 6 insertions, 5 deletions
| diff --git a/poetry.lock b/poetry.lock index 1f9d76c9..85e0f475 100644 --- a/poetry.lock +++ b/poetry.lock @@ -734,7 +734,7 @@ idna2008 = ["idna"]  [[package]]  name = "sentry-sdk" -version = "1.11.1" +version = "1.12.1"  description = "Python client for Sentry (https://sentry.io)"  category = "main"  optional = false @@ -755,6 +755,7 @@ falcon = ["falcon (>=1.4)"]  fastapi = ["fastapi (>=0.79.0)"]  flask = ["blinker (>=1.1)", "flask (>=0.11)"]  httpx = ["httpx (>=0.16.0)"] +opentelemetry = ["opentelemetry-distro (>=0.350b0)"]  pure-eval = ["asttokens", "executing", "pure-eval"]  pymongo = ["pymongo (>=3.1)"]  pyspark = ["pyspark (>=2.4.4)"] @@ -903,7 +904,7 @@ brotli = ["Brotli"]  [metadata]  lock-version = "1.1"  python-versions = "3.10.*" -content-hash = "0ac2c1b69b6beec2d1a9b61e31f44fc0fd47ef6acfc0143991cc5b4cf2708009" +content-hash = "217f64e9c53ded46fd407cb8c044c076d03f376c6ebb01d98e163eeb0830c438"  [metadata.files]  anyio = [ @@ -1436,8 +1437,8 @@ rfc3986 = [      {file = "rfc3986-1.5.0.tar.gz", hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835"},  ]  sentry-sdk = [ -    {file = "sentry-sdk-1.11.1.tar.gz", hash = "sha256:675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9"}, -    {file = "sentry_sdk-1.11.1-py2.py3-none-any.whl", hash = "sha256:8b4ff696c0bdcceb3f70bbb87a57ba84fd3168b1332d493fcd16c137f709578c"}, +    {file = "sentry-sdk-1.12.1.tar.gz", hash = "sha256:5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c"}, +    {file = "sentry_sdk-1.12.1-py2.py3-none-any.whl", hash = "sha256:9f0b960694e2d8bb04db4ba6ac2a645040caef4e762c65937998ff06064f10d6"},  ]  setuptools = [      {file = "setuptools-65.5.1-py3-none-any.whl", hash = "sha256:d0b9a8433464d5800cbe05094acf5c6d52a91bfac9b52bcfc4d41382be5d5d31"}, diff --git a/pyproject.toml b/pyproject.toml index 44520ffd..5c21fb0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ whitenoise = "6.2.0"  httpx = "0.23.1"  pyyaml = "6.0"  gunicorn = "20.1.0" -sentry-sdk = "1.11.1" +sentry-sdk = "1.12.1"  markdown = "3.4.1"  python-frontmatter = "1.0.0"  django-prometheus = "2.2.0" | 
