Skip to content

Commit

Permalink
Bump the dependencies group in /.config with 11 updates (#278)
Browse files Browse the repository at this point in the history
* Bump the dependencies group in /.config with 11 updates

Bumps the dependencies group in /.config with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [astroid](https://github.com/pylint-dev/astroid) | `3.2.4` | `3.3.1` |
| [babel](https://github.com/python-babel/babel) | `2.15.0` | `2.16.0` |
| [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `1.17.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.1` |
| [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` |
| [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.12.0` | `2.12.1` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.6` | `0.5.7` |
| [tox](https://github.com/tox-dev/tox) | `4.16.0` | `4.17.1` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240724` | `6.0.12.20240808` |
| [wheel](https://github.com/pypa/wheel) | `0.43.0` | `0.44.0` |


Updates `astroid` from 3.2.4 to 3.3.1
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.2.4...v3.3.1)

Updates `babel` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](python-babel/babel@v2.15.0...v2.16.0)

Updates `cffi` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.16.0...v1.17.0)

Updates `coverage` from 7.6.0 to 7.6.1
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.0...7.6.1)

Updates `flake8` from 7.1.0 to 7.1.1
- [Commits](PyCQA/flake8@7.1.0...7.1.1)

Updates `pycodestyle` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
- [Commits](PyCQA/pycodestyle@2.12.0...2.12.1)

Updates `pyyaml` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](yaml/pyyaml@6.0.1...6.0.2)

Updates `ruff` from 0.5.6 to 0.5.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@0.5.6...0.5.7)

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

Updates `types-pyyaml` from 6.0.12.20240724 to 6.0.12.20240808
- [Commits](https://github.com/python/typeshed/commits)

Updates `wheel` from 0.43.0 to 0.44.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.43.0...0.44.0)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: babel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cffi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pycodestyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: wheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert astroid version to avoid conflict

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kate Case <this.is@katherineca.se>
  • Loading branch information
dependabot[bot] and Qalthos authored Aug 15, 2024
1 parent 63bda5c commit 2b9b444
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras .config/requirements.in pyproject.toml
#
astroid==3.2.4
babel==2.15.0
babel==2.16.0
beautifulsoup4==4.12.3
black==24.8.0
build==1.2.1
cachetools==5.4.0
cairocffi==1.7.1
cairosvg==2.7.1
certifi==2024.7.4
cffi==1.16.0
cffi==1.17.0
cfgv==3.4.0
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
coverage==7.6.0
coverage==7.6.1
csscompressor==0.9.5
cssselect2==0.7.0
defusedxml==0.7.1
Expand All @@ -30,7 +30,7 @@ docstring-parser-fork==0.0.9
exceptiongroup==1.2.2
execnet==2.1.1
filelock==3.15.4
flake8==7.1.0
flake8==7.1.1
ghp-import==2.1.0
griffe==0.48.0
htmlmin2==0.1.13
Expand Down Expand Up @@ -72,7 +72,7 @@ pipdeptree==2.23.1
platformdirs==4.2.2
pluggy==1.5.0
pre-commit==3.8.0
pycodestyle==2.12.0
pycodestyle==2.12.1
pycparser==2.22
pydoclint==0.5.6
pyflakes==3.2.0
Expand All @@ -85,11 +85,11 @@ pytest==8.3.2
pytest-xdist==3.6.1
python-dateutil==2.9.0.post0
python-slugify==8.0.4
pyyaml==6.0.1
pyyaml==6.0.2
pyyaml-env-tag==0.1
regex==2024.7.24
requests==2.32.3
ruff==0.5.6
ruff==0.5.7
six==1.16.0
soupsieve==2.5
termcolor==2.4.0
Expand All @@ -98,14 +98,14 @@ tinycss2==1.3.0
toml-sort==0.23.1
tomli==2.0.1
tomlkit==0.13.0
tox==4.16.0
types-pyyaml==6.0.12.20240724
tox==4.17.1
types-pyyaml==6.0.12.20240808
typing-extensions==4.12.2
urllib3==2.2.2
virtualenv==20.26.3
watchdog==4.0.1
webencodings==0.5.1
wheel==0.43.0
wheel==0.44.0

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 2b9b444

Please sign in to comment.