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: [redis](https://github.com/redis/redis-py), [sentry-sdk](https://github.com/getsentry/sentry-python) and [pytest](https://github.com/pytest-dev/pytest).


Updates `redis` from 5.0.4 to 5.0.7
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.4...v5.0.7)

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: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] authored Jul 1, 2024
1 parent de21877 commit e01d704
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
coverage
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 @@ -3,7 +3,7 @@ cherry_picker==2.2.0
aiohttp==3.9.5
gidgethub==5.3.0
cachetools==5.3.3
redis==5.0.4
redis==5.0.7
celery==5.4.0
sentry-sdk==2.3.1
sentry-sdk==2.7.1
click==8.1.7

0 comments on commit e01d704

Please sign in to comment.