Skip to content

Commit 3cee343

Browse files
dependabot[bot]StaticRocket
authored andcommitted
build: Bump the pip group in /docker with 10 updates
Bumps the pip group in /docker with 10 updates: | Package | From | To | | --- | --- | --- | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.9` | `3.5.1` | | [idna](https://github.com/kjd/idna) | `3.18` | `3.19` | | [imagesize](https://github.com/shibukawa/imagesize_py) | `2.0.0` | `2.0.1` | | [lxml](https://github.com/lxml/lxml) | `6.1.1` | `6.1.2` | | [packaging](https://github.com/pypa/packaging) | `26.2` | `26.3` | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.4` | `2.13.5` | | [pydantic-core](https://github.com/pydantic/pydantic) | `2.46.4` | `2.46.5` | | [pygments](https://github.com/pygments/pygments) | `2.20.0` | `2.21.0` | | [typer](https://github.com/fastapi/typer) | `0.27.0` | `0.27.2` | | [typing-inspection](https://github.com/pydantic/typing-inspection) | `0.4.2` | `0.4.4` | Updates `charset-normalizer` from 3.4.9 to 3.5.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.9...3.5.1) Updates `idna` from 3.18 to 3.19 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.18...v3.19) Updates `imagesize` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/shibukawa/imagesize_py/releases) - [Commits](shibukawa/imagesize_py@2.0.0...2.0.1) Updates `lxml` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-6.1.1...lxml-6.1.2) Updates `packaging` from 26.2 to 26.3 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@26.2...26.3) Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.4...v2.13.5) Updates `pydantic-core` from 2.46.4 to 2.46.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@core-v2.46.4...core-v2.46.5) Updates `pygments` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.20.0...2.21.0) Updates `typer` from 0.27.0 to 0.27.2 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.27.0...0.27.2) Updates `typing-inspection` from 0.4.2 to 0.4.4 - [Release notes](https://github.com/pydantic/typing-inspection/releases) - [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md) - [Commits](pydantic/typing-inspection@v0.4.2...v0.4.4) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.5.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: idna dependency-version: '3.19' dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: imagesize dependency-version: 2.0.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: lxml dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: packaging dependency-version: '26.3' dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: pydantic-core dependency-version: 2.46.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: pygments dependency-version: 2.21.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: typer dependency-version: 0.27.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip - dependency-name: typing-inspection dependency-version: 0.4.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e5ac17 commit 3cee343

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

docker/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Jinja2>=3.1.5
2-
lxml>=6.0.0
2+
lxml>=6.1.2
33
rstcheck==6.2.5
44
rstcheck-core @ git+https://github.com/StaticRocket/rstcheck-core.git@d935498cfc319d62fe2dde3012d81657510f0a90
55
Sphinx>=8.2.3

docker/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,36 @@ babel==2.18.0
1414
# via sphinx
1515
certifi==2026.7.22
1616
# via requests
17-
charset-normalizer==3.4.9
17+
charset-normalizer==3.5.1
1818
# via requests
1919
docutils==0.22.4
2020
# via
2121
# rstcheck-core
2222
# sphinx
2323
# sphinx-rtd-theme
24-
idna==3.18
24+
idna==3.19
2525
# via requests
26-
imagesize==2.0.0
26+
imagesize==2.0.1
2727
# via sphinx
2828
jinja2==3.1.6
2929
# via
3030
# -r requirements.in
3131
# sphinx
32-
lxml==6.1.1
32+
lxml==6.1.2
3333
# via -r requirements.in
3434
markdown-it-py==4.2.0
3535
# via rich
3636
markupsafe==3.0.3
3737
# via jinja2
3838
mdurl==0.1.2
3939
# via markdown-it-py
40-
packaging==26.2
40+
packaging==26.3
4141
# via sphinx
42-
pydantic==2.13.4
42+
pydantic==2.13.5
4343
# via rstcheck-core
44-
pydantic-core==2.46.4
44+
pydantic-core==2.46.5
4545
# via pydantic
46-
pygments==2.20.0
46+
pygments==2.21.0
4747
# via
4848
# rich
4949
# sphinx
@@ -90,14 +90,14 @@ sphinxcontrib-qthelp==2.0.0
9090
# via sphinx
9191
sphinxcontrib-serializinghtml==2.0.0
9292
# via sphinx
93-
typer==0.27.0
93+
typer==0.27.2
9494
# via rstcheck
9595
typing-extensions==4.16.0
9696
# via
9797
# pydantic
9898
# pydantic-core
9999
# typing-inspection
100-
typing-inspection==0.4.2
100+
typing-inspection==0.4.4
101101
# via pydantic
102102
urllib3==2.7.0
103103
# via requests

0 commit comments

Comments
 (0)