Skip to content

Commit

Permalink
Bump the pip group across 2 directories with 3 updates (#369)
Browse files Browse the repository at this point in the history
Bumps the pip group with 1 update in the /shared/sentry/src/tests directory: [black](https://github.com/psf/black).
Bumps the pip group with 2 updates in the /web directory: [idna](https://github.com/kjd/idna) and [tornado](https://github.com/tornadoweb/tornado).


Updates `black` from 23.3.0 to 24.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.3.0...24.3.0)

Updates `idna` from 3.3 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.3...v3.7)

Updates `tornado` from 6.1 to 6.4.1
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.1.0...v6.4.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: tornado
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent 31f526b commit 83914d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shared/sentry/src/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==23.3.0
black==24.3.0
pytest==7.4.0
pytest-httpserver==1.0.8
msgpack==1.0.5
4 changes: 2 additions & 2 deletions web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ certifi==2023.7.22
charset-normalizer==2.0.7
colorama==0.4.4
docutils==0.17.1
idna==3.3
idna==3.7
imagesize==1.2.0
Jinja2==3.1.4
livereload==2.6.3
Expand All @@ -25,6 +25,6 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tornado==6.1
tornado==6.4.1
urllib3==1.26.19
breathe==4.33.1

0 comments on commit 83914d8

Please sign in to comment.