diff options
| author | 2023-11-13 21:26:34 -0800 | |
|---|---|---|
| committer | 2023-11-13 21:26:34 -0800 | |
| commit | 62052ec7d055c9b303b5c9296b3e20c24b216862 (patch) | |
| tree | bdb39bb3379f24afd3a40fe7c157b2a567f991fc | |
| parent | Merge pull request #1144 from python-discord/dependabot/pip/pymdown-extension... (diff) | |
| parent | Bump sentry-sdk from 1.34.0 to 1.35.0 (diff) | |
Merge pull request #1145 from python-discord/dependabot/pip/sentry-sdk-1.35.0
| -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 f1c1e53b..ad8f3520 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1015,13 +1015,13 @@ files = [  [[package]]  name = "sentry-sdk" -version = "1.34.0" +version = "1.35.0"  description = "Python client for Sentry (https://sentry.io)"  optional = false  python-versions = "*"  files = [ -    {file = "sentry-sdk-1.34.0.tar.gz", hash = "sha256:e5d0d2b25931d88fa10986da59d941ac6037f742ab6ff2fce4143a27981d60c3"}, -    {file = "sentry_sdk-1.34.0-py2.py3-none-any.whl", hash = "sha256:76dd087f38062ac6c1e30ed6feb533ee0037ff9e709974802db7b5dbf2e5db21"}, +    {file = "sentry-sdk-1.35.0.tar.gz", hash = "sha256:04e392db9a0d59bd49a51b9e3a92410ac5867556820465057c2ef89a38e953e9"}, +    {file = "sentry_sdk-1.35.0-py2.py3-none-any.whl", hash = "sha256:a7865952701e46d38b41315c16c075367675c48d049b90a4cc2e41991ebc7efa"},  ]  [package.dependencies] @@ -1204,4 +1204,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "4556a64c31461960686192a2678da7558225c99c1a5dd1364a227ba792e36f6c" +content-hash = "067aa97f3404e341830b2735b2312338e9cf97bc5142138ed3b9759c8d16f2fc" diff --git a/pyproject.toml b/pyproject.toml index fd443f22..f90c8b90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]}  pymdown-extensions = "10.4"  python-frontmatter = "1.0.1"  pyyaml = "6.0.1" -sentry-sdk = "1.34.0" +sentry-sdk = "1.35.0"  whitenoise = "6.6.0"  psycopg = {extras = ["binary"], version = "3.1.12"} | 
