Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 4 updates in the / directory: [black](https://github.com/psf/black), [mypy](https://github.com/python/mypy), [pylint](https://github.com/pylint-dev/pylint) and [pytest](https://github.com/pytest-dev/pytest).


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

Updates `mypy` from 1.9.0 to 1.10.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@1.9.0...v1.10.0)

Updates `pylint` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.1.0...v3.2.0)

Updates `pytest` from 8.1.1 to 8.2.0
- [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.1.1...8.2.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 15, 2024
1 parent c840525 commit 4a02f37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --annotation-style=line --output-file=requirements/requirements-dev.txt --strip-extras requirements/requirements-dev.in
#
astroid==3.1.0 # via pylint
astroid==3.2.0 # via pylint
bandit==1.7.8 # via -r requirements/requirements-dev.in
black==24.4.0 # via -r requirements/requirements-dev.in
black==24.4.2 # via -r requirements/requirements-dev.in
cfgv==3.4.0 # via pre-commit
click==8.1.7 # via -c requirements/requirements.txt, black
dill==0.3.8 # via pylint
Expand All @@ -17,7 +17,7 @@ isort==5.13.2 # via -r requirements/requirements-dev.in, pylint
markdown-it-py==3.0.0 # via rich
mccabe==0.7.0 # via pylint
mdurl==0.1.2 # via markdown-it-py
mypy==1.9.0 # via -r requirements/requirements-dev.in
mypy==1.10.0 # via -r requirements/requirements-dev.in
mypy-extensions==1.0.0 # via black, mypy
nodeenv==1.8.0 # via pre-commit
packaging==24.0 # via black
Expand All @@ -26,7 +26,7 @@ pbr==6.0.0 # via stevedore
platformdirs==4.2.0 # via black, pylint, virtualenv
pre-commit==3.5.0 # via -r requirements/requirements-dev.in
pygments==2.17.2 # via rich
pylint==3.1.0 # via -r requirements/requirements-dev.in
pylint==3.2.0 # via -r requirements/requirements-dev.in
pyyaml==6.0.1 # via bandit, pre-commit
rich==13.7.1 # via bandit
stevedore==5.2.0 # via bandit
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==7.4.4 # via pytest-cov
exceptiongroup==1.2.0 # via pytest
iniconfig==2.0.0 # via pytest
packaging==24.0 # via pytest
pluggy==1.4.0 # via pytest
pytest==8.1.1 # via -r requirements/requirements-test.in, pytest-cov
pluggy==1.5.0 # via pytest
pytest==8.2.0 # via -r requirements/requirements-test.in, pytest-cov
pytest-cov==5.0.0 # via -r requirements/requirements-test.in
tomli==2.0.1 # via coverage, pytest

0 comments on commit 4a02f37

Please sign in to comment.