Bump the all-dependencies group with 9 updates #584
Merged
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 all-dependencies group with 9 updates:
1.36.22
1.37.0
3.2.4
3.2.5
3.15.2
3.15.3
0.9.6
0.9.7
9.6.4
9.6.5
1.36.22
1.37.0
2.6.7
2.6.8
3.2.4
3.2.5
0.22.3
0.23.1
Updates
botocore
from 1.36.22 to 1.37.0Commits
8e1dd85
Merge branch 'release-1.37.0'94bac14
Bumping version to 1.37.00ca51c5
Update endpoints model6c719f5
Update to latest modelsc9f416a
Deprecate elastic inference1b5ccbc
update changelog1941b2b
Account ID Based Endpoint Routing (#3400)3913132
Add changelog entrya3f1220
Remove elastic-inference service0633b4c
Merge branch 'release-1.36.26'Updates
psycopg
from 3.2.4 to 3.2.5Changelog
Sourced from psycopg's changelog.
... (truncated)
Commits
664b2a1
chore: bump psycopg package version to 3.2.5cd6589b
chore: bump build libraries68f8603
Merge branch 'cython-uuid-3.2' into maint-3.2dd1cefc
docs: mention UUID speedup in release news7f950cb
chore(c): remove C UUIDDumper and UUIDBinaryDumper393e162
perf(uuid): speed up UUID creation using a writable subclass57a3889
perf(c): use PyObject_CallFunctionObjArgs in UUIDBinaryLoader88f73fe
perf(c): use PyObject_CallFunctionObjArgs in UUIDLoader3a9ade7
test(c): test UUID.slots811cb51
perf(c): Use hex_to_int_map in UUIDLoaderUpdates
djangorestframework-stubs
from 3.15.2 to 3.15.3Release notes
Sourced from djangorestframework-stubs's releases.
Commits
3fe49e9
Update setup.pyc4c66de
Update setup.pya058bc4
Bump types-pygments from 2.19.0.20250107 to 2.19.0.20250219 (#733)a8f2d5b
Fix CI with new mypy version (#732)a924f24
Update mypy requirement from <1.15,>=1.12 to >=1.12,<1.16 (#729)7bd261e
Bump types-pytz from 2024.2.0.20241221 to 2025.1.0.20250204 (#727)cbd9272
[pre-commit.ci] pre-commit autoupdate (#726)e162afc
[pre-commit.ci] pre-commit autoupdate (#725)ff0dd23
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#724)b474157
Bump pre-commit from 4.0.1 to 4.1.0 (#722)Updates
ruff
from 0.9.6 to 0.9.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
54fccb3
Bump version to 0.9.7 (#16271)8198668
[red-knot] MDTest: Use custom class names instead of builtins (#16269)fc6b03c
Handle requests received after shutdown message (#16262)fb09d63
[red-knot] PrefixType::call
anddunder_call
withtry
(#16261)16d0625
Improve internal docs for various string-node APIs (#16256)25920fe
RenameExprStringLiteral::as_unconcatenated_string()
to `ExprStringLiteral:...97d0659
PassParserOptions
to the parser (#16220)cfc6941
[red-knot] Resolve references in eager nested scopes eagerly (#16079)f50849a
Addtext_len()
methods to more*Prefix
enums inruff_python_ast
(#16254)55ea094
[red-knot] Allow anyRanged
argument forreport_lint
and `report_diagnost...Updates
mkdocs-material
from 9.6.4 to 9.6.5Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
7445b2a
Prepare 9.6.5 releasebdad6ec
Formatting2e837fa
Fixed privacy plugin crashing on HTTP errors5958d7b
Documentation (#8018)3a11e3e
Fixed tags plugin not working on filenames with whitespaces2752b9e
Documentatione9d3ffa
docs(blog): Fix highlighted line in drafts section44c3b56
Updated dependenciesUpdates
boto3
from 1.36.22 to 1.37.0Commits
0570a38
Merge branch 'release-1.37.0'f806af4
Bumping version to 1.37.0d09143b
Add changelog entries from botocore351593a
Update developer guide to include account ID based endpoints (#4446)816b744
Add account ID to boto3 session and client (#4444)bbe3a8d
Merge branch 'release-1.36.26'6b07f11
Merge branch 'release-1.36.26' into developc42cd13
Bumping version to 1.36.26ad51c7e
Add changelog entries from botocore29156ca
Merge branch 'release-1.36.25'Updates
identify
from 2.6.7 to 2.6.8Commits
f905a2e
v2.6.86d9a7b6
Merge pull request #511 from cidlik/main9f16bfa
Merge pull request #510 from jodood/feature/sasc100631
extensions: Introduce wsdl4de539a
feat: Register sas as an extension3b17031
Merge pull request #509 from pre-commit/pre-commit-ci-update-config20eb272
[pre-commit.ci] pre-commit autoupdate9ae7182
Merge pull request #507 from pre-commit/pre-commit-ci-update-configce5c8d9
[pre-commit.ci] pre-commit autoupdateUpdates
psycopg-c
from 3.2.4 to 3.2.5Changelog
Sourced from psycopg-c's changelog.
... (truncated)
Commits
664b2a1
chore: bump psycopg package version to 3.2.5cd6589b
chore: bump build libraries68f8603
Merge branch 'cython-uuid-3.2' into maint-3.2dd1cefc
docs: mention UUID speedup in release news7f950cb
chore(c): remove C UUIDDumper and UUIDBinaryDumper393e162
perf(uuid): speed up UUID creation using a writable subclass57a3889
perf(c): use PyObject_CallFunctionObjArgs in UUIDBinaryLoader88f73fe
perf(c): use PyObject_CallFunctionObjArgs in UUIDLoader3a9ade7
test(c): test UUID.slots811cb51
perf(c): Use hex_to_int_map in UUIDLoaderUpdates
rpds-py
from 0.22.3 to 0.23.1Release notes
Sourced from rpds-py's releases.
Commits
b59fa1e
v0.23.1 to fix the license file naming.ba862f6
Merge pull request #119 from bollwyvl/patch-1d2cfa4c
update license file5403f5a
Tag v0.23.0 for release.a1454cc
Declare license via (the accepted) PEP 639.6f6ba8d
Update requirements.9c07fe6
Also limit permissions globally.9785b76
Disable caching for release builds as per zizmor recommendation.9b85b8c
Run nox via uvx.839fc89
Merge pull request #117 from crate-py/pre-commit-ci-update-configDependabot 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