From 8186f9a8a3b68688abd16ab8276f7e6c9390c8f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:18:19 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 3 updates Bumps the pip group with 3 updates in the / directory: [black](https://github.com/psf/black), [certifi](https://github.com/certifi/python-certifi) and [urllib3](https://github.com/urllib3/urllib3). Bumps the pip group with 2 updates in the /docs directory: [certifi](https://github.com/certifi/python-certifi) and [urllib3](https://github.com/urllib3/urllib3). Updates `black` from 23.7.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.7.0...24.3.0) Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `urllib3` from 1.26.18 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `urllib3` from 1.26.18 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: black dependency-type: direct:development dependency-group: pip - dependency-name: certifi dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements.docs.txt | 22 +++++++++++----------- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/requirements.docs.txt b/docs/requirements.docs.txt index bbae8fbf9..87a0be612 100644 --- a/docs/requirements.docs.txt +++ b/docs/requirements.docs.txt @@ -8,7 +8,7 @@ alabaster==0.7.13 # via sphinx babel==2.13.1 # via sphinx -certifi==2023.7.22 +certifi==2024.7.4 # via requests charset-normalizer==3.3.1 # via requests @@ -23,7 +23,7 @@ imagesize==1.4.1 # via sphinx jinja2==3.1.4 # via - # -r docs/requirements.docs.in + # -r requirements.docs.in # myst-parser # sphinx markdown-it-py==3.0.0 @@ -37,7 +37,7 @@ mdit-py-plugins==0.4.0 mdurl==0.1.2 # via markdown-it-py myst-parser==2.0.0 - # via -r docs/requirements.docs.in + # via -r requirements.docs.in packaging==23.2 # via sphinx pygments==2.16.1 @@ -46,13 +46,13 @@ pyyaml==6.0.1 # via myst-parser requests==2.32.2 # via - # -r docs/requirements.docs.in + # -r requirements.docs.in # sphinx snowballstemmer==2.2.0 # via sphinx sphinx==6.2.1 # via - # -r docs/requirements.docs.in + # -r requirements.docs.in # myst-parser # sphinx-argparse # sphinx-autodoc-typehints @@ -64,11 +64,11 @@ sphinx==6.2.1 # sphinxcontrib-qthelp # sphinxcontrib-serializinghtml sphinx-argparse==0.4.0 - # via -r docs/requirements.docs.in + # via -r requirements.docs.in sphinx-autodoc-typehints==1.23.0 - # via -r docs/requirements.docs.in + # via -r requirements.docs.in sphinx-rtd-theme==1.3.0 - # via -r docs/requirements.docs.in + # via -r requirements.docs.in sphinxcontrib-applehelp==1.0.7 # via sphinx sphinxcontrib-devhelp==1.0.5 @@ -80,12 +80,12 @@ sphinxcontrib-jquery==4.1 sphinxcontrib-jsmath==1.0.1 # via sphinx sphinxcontrib-mermaid==0.9.2 - # via -r docs/requirements.docs.in + # via -r requirements.docs.in sphinxcontrib-qthelp==1.0.6 # via sphinx sphinxcontrib-serializinghtml==1.1.9 # via sphinx -urllib3==1.26.18 +urllib3==1.26.19 # via - # -r docs/requirements.docs.in + # -r requirements.docs.in # requests diff --git a/requirements-dev.in b/requirements-dev.in index 6df323358..424b91064 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,7 +1,7 @@ # Used to create the requirements-dev.txt file # Note: `pip-compile requirements-dev.in` needs to be run before changes in requirements-dev.in are reflected in # requirements-dev.txt, which is used for GitHub Actions -black==23.7.0 # This should be kept in sync with the version in .pre-commit-config.yaml +black==24.3.0 # This should be kept in sync with the version in .pre-commit-config.yaml isort==5.12.0 # This should be kept in sync with the version in .pre-commit-config.yaml autopep8==2.0.2 # This should be kept in sync with the version in .pre-commit-config.yaml pre-commit diff --git a/requirements-dev.txt b/requirements-dev.txt index 13a49f164..02f5e1129 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ astroid==3.0.1 # via pylint autopep8==2.0.2 # via -r requirements-dev.in -black==23.7.0 +black==24.3.0 # via -r requirements-dev.in cfgv==3.4.0 # via pre-commit