Skip to content

Commit e5f811e

Browse files
Bump the dependencies group in /.config with 10 updates
Bumps the dependencies group in /.config with 10 updates: | Package | From | To | | --- | --- | --- | | [astroid](https://github.com/pylint-dev/astroid) | `3.2.4` | `3.3.2` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.2.0` | `1.3.1` | | [identify](https://github.com/pre-commit/identify) | `2.6.0` | `2.6.1` | | [idna](https://github.com/kjd/idna) | `3.8` | `3.9` | | [mkdocs-htmlproofer-plugin](https://github.com/manuzhang/mkdocs-htmlproofer-plugin) | `1.2.1` | `1.3.0` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.1` | `4.3.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2024.7.24` | `2024.9.11` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.4` | `0.6.5` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | Updates `astroid` from 3.2.4 to 3.3.2 - [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.2) Updates `griffe` from 1.2.0 to 1.3.1 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.2.0...1.3.1) Updates `identify` from 2.6.0 to 2.6.1 - [Commits](pre-commit/identify@v2.6.0...v2.6.1) Updates `idna` from 3.8 to 3.9 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.8...v3.9) Updates `mkdocs-htmlproofer-plugin` from 1.2.1 to 1.3.0 - [Release notes](https://github.com/manuzhang/mkdocs-htmlproofer-plugin/releases) - [Commits](manuzhang/mkdocs-htmlproofer-plugin@v1.2.1...v1.3.0) Updates `platformdirs` from 4.3.1 to 4.3.3 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.3.1...4.3.3) Updates `pytest` from 8.3.2 to 8.3.3 - [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.3.2...8.3.3) Updates `regex` from 2024.7.24 to 2024.9.11 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2024.7.24...2024.9.11) Updates `ruff` from 0.6.4 to 0.6.5 - [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.6.4...0.6.5) Updates `urllib3` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.2.3) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: griffe dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: identify 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: mkdocs-htmlproofer-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: regex 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 - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1b03cc commit e5f811e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.config/constraints.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras .config/requirements.in pyproject.toml
66
#
7-
astroid==3.2.4
7+
astroid==3.3.2
88
babel==2.16.0
99
beautifulsoup4==4.12.3
1010
black==24.8.0
@@ -32,10 +32,10 @@ execnet==2.1.1
3232
filelock==3.16.0
3333
flake8==7.1.1
3434
ghp-import==2.1.0
35-
griffe==1.2.0
35+
griffe==1.3.1
3636
htmlmin2==0.1.13
37-
identify==2.6.0
38-
idna==3.8
37+
identify==2.6.1
38+
idna==3.9
3939
iniconfig==2.0.0
4040
isort==5.13.2
4141
jinja2==3.1.4
@@ -52,7 +52,7 @@ mkdocs-ansible==24.3.1
5252
mkdocs-autorefs==1.2.0
5353
mkdocs-gen-files==0.5.0
5454
mkdocs-get-deps==0.2.0
55-
mkdocs-htmlproofer-plugin==1.2.1
55+
mkdocs-htmlproofer-plugin==1.3.0
5656
mkdocs-macros-plugin==1.0.5
5757
mkdocs-material==9.5.34
5858
mkdocs-material-extensions==1.3.1
@@ -69,7 +69,7 @@ pathspec==0.12.1
6969
pillow==10.4.0
7070
pip-tools==7.4.1
7171
pipdeptree==2.23.3
72-
platformdirs==4.3.1
72+
platformdirs==4.3.3
7373
pluggy==1.5.0
7474
pre-commit==3.8.0
7575
pycodestyle==2.12.1
@@ -81,15 +81,15 @@ pylint==3.2.7
8181
pymdown-extensions==10.9
8282
pyproject-api==1.7.1
8383
pyproject-hooks==1.1.0
84-
pytest==8.3.2
84+
pytest==8.3.3
8585
pytest-xdist==3.6.1
8686
python-dateutil==2.9.0.post0
8787
python-slugify==8.0.4
8888
pyyaml==6.0.2
8989
pyyaml-env-tag==0.1
90-
regex==2024.7.24
90+
regex==2024.9.11
9191
requests==2.32.3
92-
ruff==0.6.4
92+
ruff==0.6.5
9393
six==1.16.0
9494
soupsieve==2.6
9595
termcolor==2.4.0
@@ -101,7 +101,7 @@ tomlkit==0.13.2
101101
tox==4.18.1
102102
types-pyyaml==6.0.12.20240808
103103
typing-extensions==4.12.2
104-
urllib3==2.2.2
104+
urllib3==2.2.3
105105
virtualenv==20.26.4
106106
watchdog==5.0.2
107107
webencodings==0.5.1

0 commit comments

Comments
 (0)