diff options
| author | 2023-07-06 12:53:44 +0100 | |
|---|---|---|
| committer | 2023-07-06 12:53:44 +0100 | |
| commit | a9dd0d2c28606fbc26c2687c758c88304fa2d23c (patch) | |
| tree | 4304534a69160594041f5d9ba73467346d8cf84f | |
| parent | Bump emoji from 2.5.1 to 2.6.0 (#2659) (diff) | |
Bump sentry-sdk from 1.26.0 to 1.27.0 (#2664)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/1.26.0...1.27.0)
---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -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 760ce7342..af0748dd6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1906,13 +1906,13 @@ files = [  [[package]]  name = "sentry-sdk" -version = "1.26.0" +version = "1.27.0"  description = "Python client for Sentry (https://sentry.io)"  optional = false  python-versions = "*"  files = [ -    {file = "sentry-sdk-1.26.0.tar.gz", hash = "sha256:760e4fb6d01c994110507133e08ecd4bdf4d75ee4be77f296a3579796cf73134"}, -    {file = "sentry_sdk-1.26.0-py2.py3-none-any.whl", hash = "sha256:0c9f858337ec3781cf4851972ef42bba8c9828aea116b0dbed8f38c5f9a1896c"}, +    {file = "sentry-sdk-1.27.0.tar.gz", hash = "sha256:eb2a5080912dc9b397925657669e3761d95d62c8aa4c0c6d6a73d5a31edaafe9"}, +    {file = "sentry_sdk-1.27.0-py2.py3-none-any.whl", hash = "sha256:8c0ba7a0ed4e39635d335fdac7c00840b14ce4319bb8629b934243d6306fee7d"},  ]  [package.dependencies] @@ -2221,4 +2221,4 @@ multidict = ">=4.0"  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "7e56572b0f4642adcefaf6c0a3d75afbbda1a0a35d773e945c849fad6e08908a" +content-hash = "ff0c4e714ad3534cfc6d50e27c1861d6929ddd0514b89eb59950f31f5f37adb4" diff --git a/pyproject.toml b/pyproject.toml index 9fce23896..6cfe08af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-frontmatter = "1.0.0"  pyyaml = "6.0"  rapidfuzz = "3.1.1"  regex = "2023.6.3" -sentry-sdk = "1.26.0" +sentry-sdk = "1.27.0"  tldextract = "3.4.4"  pydantic = { version = "1.10.9", extras = ["dotenv"]} | 
