build(deps): bump the minor-and-patch group with 10 updates #708
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 minor-and-patch group with 10 updates:
2025.8.3
2025.10.5
2025.7.19
2025.9.25
6.0.1
6.1.0
1.6.4
1.6.5
46.0.1
46.0.2
2.6.14
2.6.15
3.9.1
3.9.2
2.11.9
2.11.10
2.33.2
2.40.1
0.4.1
0.4.2
Updates
certifi
from 2025.8.3 to 2025.10.5Commits
fb14ac4
2025.10.05 (#371)2c7c7ee
Add Python 3.14 classifier in setup.py1a5cb7b
Bump actions/setup-python from 5.6.0 to 6.0.0 (#367)dea5960
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#366)83566b7
Bump actions/checkout from 4.2.2 to 5.0.0ca2e121
Bump actions/download-artifact from 4.3.0 to 5.0.0Updates
furo
from 2025.7.19 to 2025.9.25Changelog
Sourced from furo's changelog.
... (truncated)
Commits
7c5f8fa
Prepare release: 2025.09.258bfdc54
Update changelogd92b62f
Switch the dark mode theme back tonative
83c3446
Add Blender to "used by" section (#898)426ea05
Remove old scrollbar selectors (#892)d22d31c
Remove trailing slash on void elements (#895)f91944a
Fix invalid HTML5 (#894)a1f74d8
Back to developmentUpdates
isort
from 6.0.1 to 6.1.0Release notes
Sourced from isort's releases.
Changelog
Sourced from isort's changelog.
Commits
ec0efae
Merge pull request #2410 from PyCQA/docs/discussion8af675f
Update docs discussions channela03dae8
Merge pull request #2409 from PyCQA/build/py314-classifier2232a26
Add python 3.14 classifier and badgeec48dd7
Merge pull request #2405 from dvarrazzo/fix/drop-pkg-resourcesbe46cd4
refactor: make importlib metadata package import lazy18ecd0c
chore: drop branch guarding unsupported Python versions1d42e56
fix: drop use of non-standard pkg_resources API0c8fc82
Merge pull request #2406 from PyCQA/dependabot/github_actions/github-actions-...3478763
Bump actions/checkout from 4 to 5 in the github-actions groupUpdates
authlib
from 1.6.4 to 1.6.5Changelog
Sourced from authlib's changelog.
Commits
9ec4256
chore: release 1.6.5b62b5b2
Merge branch 'fix-GHSA-pq5p-34cr-23v9'e0863d5
Merge pull request #830 from authlib/fix-GHSA-g7f3-828f-7h7m867e3f8
fix(jose): add size limitation to prevent DoS75ad6d4
Merge pull request #828 from authlib/dependabot/github_actions/dot-github/wor...68b9823
chore(deps): bump SonarSource/sonarqube-scan-action5bdfc4b
Merge pull request #827 from lisongmin/support-list-params-in-prepare-grant-uri30ea3c5
feat: support list params in prepare_grant_uri4b5b570
fix(jose): add max size for JWE zip=DEF decompression6e35a02
Merge pull request #825 from azmeuk/request-paramsUpdates
cryptography
from 46.0.1 to 46.0.2Changelog
Sourced from cryptography's changelog.
Commits
99efe5a
bump version for 46.0.2 (#13531)Updates
identify
from 2.6.14 to 2.6.15Commits
31f8d82
v2.6.1505b2674
Merge pull request #541 from wjt/piskeld34fd8a
Add .piskel extension729b41e
Merge pull request #542 from Freso/pkgbuild-shell49356f3
fix: make PKGBUILD files a superset of .bash01a201f
Merge pull request #540 from pre-commit/pre-commit-ci-update-config2aa9828
[pre-commit.ci] pre-commit autoupdate672764d
Merge pull request #538 from pre-commit/pre-commit-ci-update-configfaf2281
[pre-commit.ci] pre-commit autoupdateUpdates
nltk
from 3.9.1 to 3.9.2Changelog
Sourced from nltk's changelog.
... (truncated)
Commits
4e17ea3
Updates for 3.9.277ed66b
Merge pull request #3425 from ekaf/ci-blank-data13d6791
Update .github/workflows/ci.ymld2cf5d4
Ensure nltk_data path is in the environment4473fde
Test CI with no data1f1614b
Merge pull request #3349 from ShadokDuBas/fix/bug_ccg_logic_side_effect_on_le...7e9779e
Merge pull request #3419 from ekaf/hotfix-341683bd737
Merge pull request #3423 from purificant/_dependabote96cce0
Merge pull request #3422 from purificant/_pre_commitbcf6ea6
Merge pull request #3421 from purificant/_py_versionsUpdates
pydantic
from 2.11.9 to 2.11.10Changelog
Sourced from pydantic's changelog.
Commits
162b806
Prepare release v2.11.101f59156
Backport v1.10.24 changesUpdates
pydantic-core
from 2.33.2 to 2.40.1Release notes
Sourced from pydantic-core's releases.
... (truncated)
Commits
70bd6f9
Prepare release v2.40.1 (#1819)32c76bf
Only create class instance after validation in `ModelValidator.validate_const...8d06fac
Bumpmaturin
to v1.9.4 (#1817)d677428
Add quotes to field name in serialization warning (#1816)7a1a124
Reapply "Match return type of SerializationInfo.mode() to mode of model_dump(...edfdce8
ci: fix pydantic integration test to actually use local core (#1814)13a34ef
release: 2.40.0 (#1812)52d7510
Bump regex from 1.11.1 to 1.11.3 (#1804)22e88b1
Bump CodSpeedHQ/action from 3 to 4 (#1805)37d2ce4
Bump actions/setup-python from 5 to 6 (#1803)Updates
typing-inspection
from 0.4.1 to 0.4.2Release notes
Sourced from typing-inspection's releases.
Changelog
Sourced from typing-inspection's changelog.
Commits
8db0113
Prepare release 0.4.2 (#48)f4dfd61
Addtyping_objects.is_noextraitems()
(#47)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions