Skip to content

Commit bce3317

Browse files
Bump the dependencies group in /.config with 8 updates (#264)
Bumps the dependencies group in /.config with 8 updates: | Package | From | To | | --- | --- | --- | | [identify](https://github.com/pre-commit/identify) | `2.6.1` | `2.6.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.43` | `9.5.44` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` | | [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2024.9.11` | `2024.11.6` | | [rpds-py](https://github.com/crate-py/rpds) | `0.20.1` | `0.21.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.2` | `0.7.3` | | [wheel](https://github.com/pypa/wheel) | `0.44.0` | `0.45.0` | Updates `identify` from 2.6.1 to 2.6.2 - [Commits](pre-commit/identify@v2.6.1...v2.6.2) Updates `mkdocs-material` from 9.5.43 to 9.5.44 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.43...9.5.44) Updates `mkdocstrings` from 0.26.2 to 0.27.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0) Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.1...24.2) Updates `regex` from 2024.9.11 to 2024.11.6 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2024.9.11...2024.11.6) Updates `rpds-py` from 0.20.1 to 0.21.0 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.20.1...v0.21.0) Updates `ruff` from 0.7.2 to 0.7.3 - [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.7.2...0.7.3) Updates `wheel` from 0.44.0 to 0.45.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.44.0...0.45.0) --- updated-dependencies: - dependency-name: identify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rpds-py 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: wheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ff2797 commit bce3317

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.config/constraints.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ filelock==3.16.1
3737
ghp-import==2.1.0
3838
griffe==1.5.1
3939
htmlmin2==0.1.13
40-
identify==2.6.1
40+
identify==2.6.2
4141
idna==3.10
4242
iniconfig==2.0.0
4343
isort==5.13.2
@@ -59,16 +59,16 @@ mkdocs-gen-files==0.5.0
5959
mkdocs-get-deps==0.2.0
6060
mkdocs-htmlproofer-plugin==1.3.0
6161
mkdocs-macros-plugin==1.3.7
62-
mkdocs-material==9.5.43
62+
mkdocs-material==9.5.44
6363
mkdocs-material-extensions==1.3.1
6464
mkdocs-minify-plugin==0.8.0
6565
mkdocs-monorepo-plugin==1.1.0
66-
mkdocstrings==0.26.2
66+
mkdocstrings==0.27.0
6767
mkdocstrings-python==1.12.2
6868
mypy==1.13.0
6969
mypy-extensions==1.0.0
7070
nodeenv==1.9.1
71-
packaging==24.1
71+
packaging==24.2
7272
paginate==0.5.7
7373
parsley==1.3
7474
pathspec==0.12.1
@@ -93,10 +93,10 @@ python-slugify==8.0.4
9393
pyyaml==6.0.2
9494
pyyaml-env-tag==0.1
9595
referencing==0.35.1
96-
regex==2024.9.11
96+
regex==2024.11.6
9797
requests==2.32.3
98-
rpds-py==0.20.1
99-
ruff==0.7.2
98+
rpds-py==0.21.0
99+
ruff==0.7.3
100100
six==1.16.0
101101
soupsieve==2.6
102102
subprocess-tee==0.4.2
@@ -113,7 +113,7 @@ urllib3==2.2.3
113113
virtualenv==20.27.1
114114
watchdog==6.0.0
115115
webencodings==0.5.1
116-
wheel==0.44.0
116+
wheel==0.45.0
117117

118118
# The following packages are considered to be unsafe in a requirements file:
119119
# pip

0 commit comments

Comments
 (0)