Skip to content

Commit d978e12

Browse files
Bump the pip group across 2 directories with 2 updates
Bumps the pip group with 2 updates in the / directory: [black](https://github.com/psf/black) and [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /docs directory: [requests](https://github.com/psf/requests). Updates `black` from 24.3.0 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.3.0...26.3.1) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.33.0) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.33.0) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.33.0) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.33.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2137d57 commit d978e12

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

docs/requirements.docs.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ imagesize==1.4.1
2323
# via sphinx
2424
jinja2==3.1.5
2525
# via
26-
# -r docs/requirements.docs.in
26+
# -r requirements.docs.in
2727
# myst-parser
2828
# sphinx
2929
markdown-it-py==3.0.0
@@ -37,22 +37,22 @@ mdit-py-plugins==0.4.0
3737
mdurl==0.1.2
3838
# via markdown-it-py
3939
myst-parser==2.0.0
40-
# via -r docs/requirements.docs.in
40+
# via -r requirements.docs.in
4141
packaging==23.2
4242
# via sphinx
4343
pygments==2.16.1
4444
# via sphinx
4545
pyyaml==6.0.1
4646
# via myst-parser
47-
requests==2.32.4
47+
requests==2.33.0
4848
# via
49-
# -r docs/requirements.docs.in
49+
# -r requirements.docs.in
5050
# sphinx
5151
snowballstemmer==2.2.0
5252
# via sphinx
5353
sphinx==6.2.1
5454
# via
55-
# -r docs/requirements.docs.in
55+
# -r requirements.docs.in
5656
# myst-parser
5757
# sphinx-autodoc-typehints
5858
# sphinx-rtd-theme
@@ -63,9 +63,9 @@ sphinx==6.2.1
6363
# sphinxcontrib-qthelp
6464
# sphinxcontrib-serializinghtml
6565
sphinx-autodoc-typehints==1.23.0
66-
# via -r docs/requirements.docs.in
66+
# via -r requirements.docs.in
6767
sphinx-rtd-theme==1.3.0
68-
# via -r docs/requirements.docs.in
68+
# via -r requirements.docs.in
6969
sphinxcontrib-applehelp==1.0.7
7070
# via sphinx
7171
sphinxcontrib-devhelp==1.0.5

requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Used to create the requirements-dev.txt file
22
# Note: `pip-compile requirements-dev.in` needs to be run before changes in requirements-dev.in are reflected in
33
# requirements-dev.txt, which is used for GitHub Actions
4-
black==24.3.0 # This should be kept in sync with the version in .pre-commit-config.yaml
4+
black==26.3.1 # This should be kept in sync with the version in .pre-commit-config.yaml
55
isort==5.12.0 # This should be kept in sync with the version in .pre-commit-config.yaml
66
autopep8==2.0.2 # This should be kept in sync with the version in .pre-commit-config.yaml
77
pre-commit

requirements-dev.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ astroid==3.0.1
88
# via pylint
99
autopep8==2.0.2
1010
# via -r requirements-dev.in
11-
black==24.3.0
11+
black==26.3.1
1212
# via -r requirements-dev.in
1313
cfgv==3.4.0
1414
# via pre-commit
@@ -38,7 +38,7 @@ packaging==23.2
3838
# via
3939
# black
4040
# pytest
41-
pathspec==0.11.2
41+
pathspec==1.0.4
4242
# via black
4343
platformdirs==3.11.0
4444
# via
@@ -57,6 +57,8 @@ pylint==3.0.2
5757
# via -r requirements-dev.in
5858
pytest==7.4.3
5959
# via -r requirements-dev.in
60+
pytokens==0.4.1
61+
# via black
6062
pyyaml==6.0.1
6163
# via pre-commit
6264
snowballstemmer==2.2.0

0 commit comments

Comments
 (0)