From 83914d817325a839d3eda267f9e3746915cfb877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:43:26 -0600 Subject: [PATCH] Bump the pip group across 2 directories with 3 updates (#369) 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](https://github.com/psf/black/compare/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](https://github.com/kjd/idna/compare/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](https://github.com/tornadoweb/tornado/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- shared/sentry/src/tests/requirements.txt | 2 +- web/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/sentry/src/tests/requirements.txt b/shared/sentry/src/tests/requirements.txt index c90370ba0..7b75c7d14 100644 --- a/shared/sentry/src/tests/requirements.txt +++ b/shared/sentry/src/tests/requirements.txt @@ -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 diff --git a/web/requirements.txt b/web/requirements.txt index 1bc0e7ab7..d7d464dfa 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -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 @@ -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