Skip to content

Commit

Permalink
Update sentry-sdk requirement from <2.7,>=1.5.1 to >=1.5.1,<2.20 (#440)
Browse files Browse the repository at this point in the history
* Update sentry-sdk requirement from <2.7,>=1.5.1 to >=1.5.1,<2.20

Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.5.1...2.19.2)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update setup.cfg

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
  • Loading branch information
dependabot[bot] and asvetlov authored Dec 19, 2024
1 parent 8fc1c8a commit 66b9049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include_package_data = True
packages = find:
install_requires =
aiohttp>=3.6
sentry-sdk>=1.5.1,<2.7
sentry-sdk>=2.19.2,<2.20

[flake8]
max-line-length = 88
Expand Down

0 comments on commit 66b9049

Please sign in to comment.