aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-02 14:03:19 +0100
committerGravatar GitHub <[email protected]>2023-08-02 14:03:19 +0100
commitcff3fc41b8ea445a08a5234d4e9a228c5b4b286b (patch)
treede2025b3b22b1912b2ddbfc4a1d34654d77becea
parentBump taskipy from 1.11.0 to 1.12.0 (#2699) (diff)
Bump sentry-sdk from 1.29.1 to 1.29.2 (#2704)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.29.1 to 1.29.2. - [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.29.1...1.29.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index b9b7daece..516532caf 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1908,13 +1908,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "1.29.1"
+version = "1.29.2"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.29.1.tar.gz", hash = "sha256:bbbad14afb72badeedc1077c424da010b2f238ec776624e18b57f7585b47097c"},
- {file = "sentry_sdk-1.29.1-py2.py3-none-any.whl", hash = "sha256:31504e01a940f36629927a6e10110d2c6b7f0ecda56b9c2ff62a151ef4527f99"},
+ {file = "sentry-sdk-1.29.2.tar.gz", hash = "sha256:a99ee105384788c3f228726a88baf515fe7b5f1d2d0f215a03d194369f158df7"},
+ {file = "sentry_sdk-1.29.2-py2.py3-none-any.whl", hash = "sha256:3e17215d8006612e2df02b0e73115eb8376c37e3f586d8436fa41644e605074d"},
]
[package.dependencies]
@@ -2223,4 +2223,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "afe40ff3a79a14ac72838f7b37b4332967cdf17921e7b2cc5a6e1bc82150c623"
+content-hash = "b5527f69329f950d6d0d8b30aecf29da439ee877edf55dfa9d4bea4ec438c1c4"
diff --git a/pyproject.toml b/pyproject.toml
index 1cd1d872f..627f85f5c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ python-dateutil = "2.8.2"
python-frontmatter = "1.0.0"
rapidfuzz = "3.1.2"
regex = "2023.6.3"
-sentry-sdk = "1.29.1"
+sentry-sdk = "1.29.2"
tldextract = "3.4.4"
pydantic = { version = "1.10.9", extras = ["dotenv"]}