Skip to content

Commit

Permalink
Bump the pip group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 3 updates: [packaging](https://github.com/pypa/packaging), [sentry-sdk](https://github.com/getsentry/sentry-python) and [pytest](https://github.com/pytest-dev/pytest).


Updates `packaging` from 24.0 to 24.1
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.0...24.1)

Updates `sentry-sdk` from 2.3.1 to 2.7.1
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.3.1...2.7.1)

Updates `pytest` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.1...8.2.2)

---
updated-dependencies:
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 1f84bfc commit 3987001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
asynctest==0.13.0
pytest==8.2.1
pytest==8.2.2
pytest-asyncio==0.23.7
pytest-aiohttp==1.0.5
pytest-cov==5.0.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cffi==v1.17.0rc1 # remove this once v1.17.0 is out
chardet==5.2.0
gidgethub==5.3.0
multidict==6.0.5
packaging==24.0
packaging==24.1
pyparsing==3.1.2
six==1.16.0
uritemplate==4.1.1
yarl==1.9.4
sentry-sdk==2.3.1
sentry-sdk==2.7.1

0 comments on commit 3987001

Please sign in to comment.