-
-
Notifications
You must be signed in to change notification settings - Fork 75
build(deps): bump the production-dependencies group across 1 directory with 17 updates #1254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/production-dependencies-c84f16c1ad
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…y with 17 updates Bumps the production-dependencies group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.15` | `9.6.21` | | [certifi](https://github.com/certifi/python-certifi) | `2025.7.14` | `2025.8.3` | | [cffi](https://github.com/python-cffi/cffi) | `1.17.1` | `2.0.0` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.2` | `3.4.3` | | [click](https://github.com/pallets/click) | `8.2.1` | `8.3.0` | | [feedparser](https://github.com/kurtmckee/feedparser) | `6.0.11` | `6.0.12` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.9` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [multidict](https://github.com/aio-libs/multidict) | `6.6.3` | `6.6.4` | | [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `11.3.0` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.8` | `4.4.0` | | [pycparser](https://github.com/eliben/pycparser) | `2.22` | `2.23` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.16` | `10.16.1` | | [python-engineio](https://github.com/miguelgrinberg/python-engineio) | `4.12.2` | `4.12.3` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.14.1` | `4.15.0` | Updates `mkdocs-material` from 9.6.15 to 9.6.21 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.15...9.6.21) Updates `certifi` from 2025.7.14 to 2025.8.3 - [Commits](certifi/python-certifi@2025.07.14...2025.08.03) Updates `cffi` from 1.17.1 to 2.0.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.17.1...v2.0.0) Updates `charset-normalizer` from 3.4.2 to 3.4.3 - [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.2...3.4.3) Updates `click` from 8.2.1 to 8.3.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.2.1...8.3.0) Updates `feedparser` from 6.0.11 to 6.0.12 - [Release notes](https://github.com/kurtmckee/feedparser/releases) - [Changelog](https://github.com/kurtmckee/feedparser/blob/main/CHANGELOG.rst) - [Commits](kurtmckee/feedparser@6.0.11...v6.0.12) Updates `markdown` from 3.8.2 to 3.9 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.8.2...3.9.0) Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@3.0.2...3.0.3) Updates `multidict` from 6.6.3 to 6.6.4 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.6.3...v6.6.4) Updates `pillow` from 10.4.0 to 11.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.4.0...11.3.0) Updates `platformdirs` from 4.3.8 to 4.4.0 - [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.8...4.4.0) Updates `pycparser` from 2.22 to 2.23 - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](eliben/pycparser@release_v2.22...release_v2.23) Updates `pymdown-extensions` from 10.16 to 10.16.1 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.16...10.16.1) Updates `python-engineio` from 4.12.2 to 4.12.3 - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](miguelgrinberg/python-engineio@v4.12.2...v4.12.3) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `typing-extensions` from 4.14.1 to 4.15.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.14.1...4.15.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: certifi dependency-version: 2025.8.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: cffi dependency-version: 2.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: click dependency-version: 8.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: feedparser dependency-version: 6.0.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: markdown dependency-version: '3.9' dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: multidict dependency-version: 6.6.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pillow dependency-version: 11.3.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: platformdirs dependency-version: 4.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pycparser dependency-version: '2.23' dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pymdown-extensions dependency-version: 10.16.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: python-engineio dependency-version: 4.12.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: requests dependency-version: 2.32.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 17 updates in the / directory:
9.6.15
9.6.21
2025.7.14
2025.8.3
1.17.1
2.0.0
3.4.2
3.4.3
8.2.1
8.3.0
6.0.11
6.0.12
3.8.2
3.9
3.0.2
3.0.3
6.6.3
6.6.4
10.4.0
11.3.0
4.3.8
4.4.0
2.22
2.23
10.16
10.16.1
4.12.2
4.12.3
6.0.2
6.0.3
2.32.4
2.32.5
4.14.1
4.15.0
Updates
mkdocs-material
from 9.6.15 to 9.6.21Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
f7cacc0
Prepare 9.6.21 release6f715fb
Unpinned click97e275c
Updated Serbian languages (#8445)f0b0b59
Prepare 9.6.20 release900981b
Fixed deprecation warning as of Python 3.14 in Emoji extensioned00263
Documentation (#8443)a4f42bb
Updated Premium sponsors63d7e74
Fixed FontAwesome icons having fill attributesee67845
Fixed & not escaped in search highlighting2fe55ee
Prepare 9.6.19 releaseUpdates
certifi
from 2025.7.14 to 2025.8.3Commits
a97d9ad
2025.08.03 (#362)Updates
cffi
from 1.17.1 to 2.0.0Release notes
Sourced from cffi's releases.
Commits
6366c01
release 2.0.0 (#196)95c8476
2.0.0 post beta backports (#195)195cbda
Release 2.0.0b1 (#183)b4bbe79
fix version test to support beta7ed073d
Add support for the free-threaded build (#178)67a170d
Change the license from MIT to MIT-no-attribution, which is the same without ...92645ec
Add Python 3.14 support/testing (#177)2b81170
doc: update test commands in Section Testing/development tips (#158)25172b8
doc: update year (#153)b57a92c
issue 147: force-compute nested structs before parent structs. Occurs mainly...Updates
charset-normalizer
from 3.4.2 to 3.4.3Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
46f662d
Release 3.4.3 (#638)1a059b2
🔧 skip building on freethreaded as we're not confident it is stable2275e3d
📝 final note in CHANGELOG.mdc96acdf
📝 update release date on CHANGELOG.md43e5460
📝 update README.mdf277074
🔧 automatically lower confidence on small bytes str on non Unicode res...15ae241
🐛 automatically fallback on valid UTF-16 or UTF-32 even if the md says it...37397c1
🔧 enable 3.14 in nox test_mypyc sessioncb82537
⏪ revert license due to compat python 3.7 issue setuptools6a2efeb
🎨 fix linter errorsUpdates
click
from 8.2.1 to 8.3.0Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
Commits
00fadb8
Release version 8.3.02a0e3ba
testing/CliRunner: Fix regression related to EOF introduced in 262bdf0 (#2940)e11a1ef
Merge branch 'main' into fix-cli-runner-prompt-eof-handling36deba8
Forward exception information to resources registered in a context (#3058)f2cae7a
#2447 Add summary of PR to changelog for 8.3.x7c7ec36
#2447 Split resource exception handling tests in single and nested92129c5
#2447 Added exception forwarding to context tests555fa9b
#2447 Forward exception data to exit stack when calling__exit__
16fe802
Add more tests onEnum
rendering (#3053)d36de6f
Add more tests on Enum rendering their item's names and not valuesUpdates
feedparser
from 6.0.11 to 6.0.12Release notes
Sourced from feedparser's releases.
Changelog
Sourced from feedparser's changelog.
Commits
9c03a51
Release 6.0.12 (#526)70a687e
Bump the project metadatad7be734
Add a configuration for Read the Docs1c4391f
Fix a crash that occurs with Python 3.10.0b200159ea
Fix incorrect passing of flags to re.subUpdates
markdown
from 3.8.2 to 3.9Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
Commits
f39cf84
Bump version to 3.907bf207
Order footnotes by reference23c301d
Fix failing cases for Python 3.144669a09
fix typoUpdates
markupsafe
from 3.0.2 to 3.0.3Release notes
Sourced from markupsafe's releases.
Changelog
Sourced from markupsafe's changelog.
Commits
297fc8e
release version 3.0.37e4e6ce
Free-threading: run with pytest-run-paralell (#507)6100b9c
enable riscv64 wheels (#506)c9d5ecf
enable riscv64 wheels2f9b337
tox for 3.1478d951a
update dev dependenciesbb6744e
add entry65c4134
upgrade cibuildwheel, addcp314
wheels and test on CPython 3.14 (#504)3a9bd88
add cp314 wheelsaafe44d
remove slsa provenance (#501)Updates
multidict
from 6.6.3 to 6.6.4Release notes
Sourced from multidict's releases.
Changelog
Sourced from multidict's changelog.
Commits
e0e61c2
Release 6.6.4 (#1234)820631f
Fix Memory leaks and add tests to prevent memory leaks during md_clear from p...00e3803
Merge branch 'maintenance/1122-coveralls-mypy'736f179
📝 Add a change note for PR #123119f085e
🩹 Drop MyPy 3.9 ref from the linters workflow97ce0ed
Move reporting MyPy type preciseness to CoverallsUpdates
pillow
from 10.4.0 to 11.3.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
89f1f46
11.3.0 version bumpf2de251
Updated check script paths (#9052)84855d1
Raise FileNotFoundError when opening an empty path (#9048)204d11d
Raise FileNotFoundError when opening an empty path2b39f75
Handle IPTC TIFF tags with incorrect type (#8925)e7a53ba
Do not update palette for L mode GIF frame (#8924)c22230b
Use save parameters as encoderinfo defaults (#9001)da10ed1
Add support for iOS (#9030)be2b4e7
Fix qtables and quality scaling (#8879)d4162f8
Updated return typeUpdates
platformdirs
from 4.3.8 to 4.4.0Release notes
Sourced from platformdirs's releases.
Commits
c945a28
feat: improve homebrew path detection (#370)9f616e9
[pre-commit.ci] pre-commit autoupdate (#372)5720f26
[pre-commit.ci] pre-commit autoupdate (#367)848924d
[pre-commit.ci] pre-commit autoupdate (#365)df2e678
Bump actions/checkout from 4 to 5 in the all group (#366)009a3f8
Bump actions/download-artifact from 4 to 5 in the all group (#364)3d194ee
[pre-commit.ci] pre-commit autoupdate (#363)6046533
[pre-commit.ci] pre-commit autoupdate (#362)88389ce
[pre-commit.ci] pre-commit autoupdate (#361)82763ff
[pre-commit.ci] pre-commit autoupdate (#360)Updates
pycparser
from 2.22 to 2.23Release notes
Sourced from pycparser's releases.
Commits
5b60167
Prepare for release 2.237b24736
Typedef for __kernel_sa_family_t in _fake_typedefs.h (#578)90184f1
Add fake typedefs for GNU Extension 128-bit integers. (Description has been truncated