Skip to content

Commit 11fe5b8

Browse files
Bump the dependencies group across 1 directory with 8 updates (#458)
Bumps the dependencies group with 8 updates in the /.config directory: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.42` | `9.5.43` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.11.2` | `10.12` | | [rich](https://github.com/Textualize/rich) | `13.9.3` | `13.9.4` | | [rpds-py](https://github.com/crate-py/rpds) | `0.20.0` | `0.20.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.7.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.27.0` | `20.27.1` | | [watchdog](https://github.com/gorakhargosh/watchdog) | `5.0.3` | `6.0.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.0.6` | `3.1.1` | Updates `mkdocs-material` from 9.5.42 to 9.5.43 - [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.42...9.5.43) Updates `pymdown-extensions` from 10.11.2 to 10.12 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.11.2...10.12) Updates `rich` from 13.9.3 to 13.9.4 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.3...v13.9.4) Updates `rpds-py` from 0.20.0 to 0.20.1 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.20.0...v0.20.1) Updates `ruff` from 0.7.1 to 0.7.2 - [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.1...0.7.2) Updates `virtualenv` from 20.27.0 to 20.27.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.27.0...20.27.1) Updates `watchdog` from 5.0.3 to 6.0.0 - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](gorakhargosh/watchdog@v5.0.3...v6.0.0) Updates `werkzeug` from 3.0.6 to 3.1.1 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.6...3.1.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rpds-py 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: virtualenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: watchdog dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1cee296 commit 11fe5b8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.config/constraints.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ mkdocs-gen-files==0.5.0
8686
mkdocs-get-deps==0.2.0
8787
mkdocs-htmlproofer-plugin==1.3.0
8888
mkdocs-macros-plugin==1.3.7
89-
mkdocs-material==9.5.42
89+
mkdocs-material==9.5.43
9090
mkdocs-material-extensions==1.3.1
9191
mkdocs-minify-plugin==0.8.0
9292
mkdocs-monorepo-plugin==1.1.0
@@ -120,7 +120,7 @@ pycparser==2.22
120120
pydoclint==0.5.9
121121
pygments==2.18.0
122122
pylint==3.3.1
123-
pymdown-extensions==10.11.2
123+
pymdown-extensions==10.12
124124
pyproject-api==1.8.0
125125
pyproject-hooks==1.2.0
126126
pytest==8.3.3
@@ -137,11 +137,11 @@ regex==2024.9.11
137137
requests==2.32.3
138138
resolvelib==1.0.1
139139
rfc3339-validator==0.1.4
140-
rich==13.9.3
141-
rpds-py==0.20.0
140+
rich==13.9.4
141+
rpds-py==0.20.1
142142
ruamel-yaml==0.18.6
143143
ruamel-yaml-clib==0.2.12
144-
ruff==0.7.1
144+
ruff==0.7.2
145145
six==1.16.0
146146
soupsieve==2.6
147147
sqlparse==0.5.1
@@ -159,11 +159,11 @@ types-requests==2.32.0.20241016
159159
typing-extensions==4.12.2
160160
tzdata==2024.2
161161
urllib3==2.2.3
162-
virtualenv==20.27.0
163-
watchdog==5.0.3
162+
virtualenv==20.27.1
163+
watchdog==6.0.0
164164
wcmatch==10.0
165165
webencodings==0.5.1
166-
werkzeug==3.0.6
166+
werkzeug==3.1.1
167167
wheel==0.44.0
168168
yamllint==1.35.1
169169
zipp==3.20.2

.config/requirements-lock.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ referencing==0.31.1
7979
requests==2.32.3
8080
resolvelib==1.0.1
8181
rfc3339-validator==0.1.4
82-
rich==13.9.3
83-
rpds-py==0.20.0
82+
rich==13.9.4
83+
rpds-py==0.20.1
8484
ruamel-yaml==0.18.6
8585
ruamel-yaml-clib==0.2.12
8686
six==1.16.0
@@ -92,9 +92,9 @@ tox-ansible==24.9.0
9292
typing-extensions==4.12.2
9393
tzdata==2024.2
9494
urllib3==2.2.3
95-
virtualenv==20.27.0
95+
virtualenv==20.27.1
9696
wcmatch==10.0
97-
werkzeug==3.0.6
97+
werkzeug==3.1.1
9898
yamllint==1.35.1
9999
zipp==3.20.2
100100

0 commit comments

Comments
 (0)