Skip to content

Commit

Permalink
Bump the dependencies group in /.config with 6 updates (#285)
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /.config with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.3.0` | `24.4.0` |
| [execnet](https://github.com/pytest-dev/execnet) | `2.1.0` | `2.1.1` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.13.3` | `3.13.4` |
| [idna](https://github.com/kjd/idna) | `3.6` | `3.7` |
| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.17.0` | `2.18.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.3.5` | `0.3.7` |


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

Updates `execnet` from 2.1.0 to 2.1.1
- [Changelog](https://github.com/pytest-dev/execnet/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/execnet@v2.1.0...v2.1.1)

Updates `filelock` from 3.13.3 to 3.13.4
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.13.3...3.13.4)

Updates `idna` from 3.6 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.6...v3.7)

Updates `pipdeptree` from 2.17.0 to 2.18.1
- [Release notes](https://github.com/tox-dev/pipdeptree/releases)
- [Commits](tox-dev/pipdeptree@2.17.0...2.18.1)

Updates `ruff` from 0.3.5 to 0.3.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.5...v0.3.7)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: execnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pipdeptree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 14, 2024
1 parent f3db11b commit 1a30178
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ansible-core==2.16.5
attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.3
black==24.3.0
black==24.4.0
cachetools==5.3.3
cairocffi==1.6.1
cairosvg==2.7.1
Expand All @@ -28,13 +28,13 @@ defusedxml==0.7.1
distlib==0.3.8
dnspython==2.6.1
exceptiongroup==1.2.0
execnet==2.1.0
filelock==3.13.3
execnet==2.1.1
filelock==3.13.4
ghp-import==2.1.0
griffe==0.42.1
htmlmin2==0.1.13
identify==2.5.35
idna==3.6
idna==3.7
iniconfig==2.0.0
jinja2==3.1.3
jsmin==3.0.1
Expand Down Expand Up @@ -64,7 +64,7 @@ packaging==24.0
paginate==0.5.6
pathspec==0.12.1
pillow==10.3.0
pipdeptree==2.17.0
pipdeptree==2.18.1
platformdirs==4.2.0
pluggy==1.4.0
pre-commit==3.7.0
Expand All @@ -85,7 +85,7 @@ regex==2023.12.25
requests==2.31.0
resolvelib==1.0.1
rpds-py==0.18.0
ruff==0.3.5
ruff==0.3.7
six==1.16.0
soupsieve==2.5
subprocess-tee==0.4.1
Expand Down

0 comments on commit 1a30178

Please sign in to comment.