chore(deps): bump the dependencies group with 9 updates #236
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 dependencies group with 9 updates:
3.9.3
3.9.5
1.0.0
1.1.1
3.6
3.7
7.2.0
7.2.1
5.0.0
5.0.1
4.0.0
4.0.1
2.6.4
2.7.1
2.16.3
2.18.2
1.44.1
2.0.1
Updates
aiohttp
from 3.9.3 to 3.9.5Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
b844d42
Release v3.9.5 (#8340)0415a4c
Patchback/backports/3.9/5fd29467fb63efdfae1ace280cec36b1f8139567/pr 8290 (#8311)f21c6f2
[PR #8335/5a6949da backport][3.9] Add Content-Disposition automatically (#8336)7eecdff
[PR #8332/482e6cdf backport][3.9] Add set_content_disposition test (#8333)82fbe64
[PR #8324/4a8fd08b backport][3.9] Add missing changelogs (#8330)01df7ec
Bump version7917ae2
Merge 3.1b3397c7
Release v3.9.4 (#8201)a7e240a
[PR #8320/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...2833552
Escape filenames and paths in HTML when generating index pages (#8317) (#8319)Updates
backports-tarfile
from 1.0.0 to 1.1.1Changelog
Sourced from backports-tarfile's changelog.
Commits
86fd083
Finalizedb61d82
Merge https://github.com/jaraco/skeleton76e9454
Declare the backports namespace package.b52f3b9
Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini...f4529af
Move project metadata topyproject.toml
jaraco/skeleton#122
cfde7a9
Merge https://github.com/jaraco/skeleton7ad4f2f
Pin against pytest 8.1.x due to pytest-dev/pytest#12194.085515e
Finalizeaaabea4
Merge pull request #3 from jaraco/experiment/tests0a87f54
Add news fragment.Updates
idna
from 3.6 to 3.7Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
Commits
1d365e1
Release v3.7c1b3154
Merge pull request #172 from kjd/optimize-contextj0394ec7
Merge branch 'master' into optimize-contextjcd58a23
Merge pull request #152 from elliotwutingfeng/dev5beb28b
More efficient resolution of joiner contexts1b12148
Update ossf/scorecard-action to v2.3.1d516b87
Update Github actions/checkout to v4c095c75
Merge branch 'master' into dev60a0a4c
Fix typo in GitHub Actions workflow key5918a0e
Merge branch 'master' into devUpdates
inflect
from 7.2.0 to 7.2.1Changelog
Sourced from inflect's changelog.
Commits
8f61c9a
Restore Python 3.8 compatibility in annotations.504e023
Finalize3f7e9b3
Add news fragment.2506a98
Reformatd65ba3d
Consolidate returns across group and non-group.e47eded
Simplify logic by yielding the comma separately.d7e9341
Extract _render method for rendering the chunks.e5dee13
Re-write first as a single assignment of a boolean expression.ddcc187
Refactor signout handling to consolidate some behavior and limit interacting ...62651af
Remove remnant commentUpdates
jaraco-collections
from 5.0.0 to 5.0.1Changelog
Sourced from jaraco-collections's changelog.
Commits
6d870f7
Restore Python 3.8 compatibility.ff3c70a
Finalize02ccb6e
Add news fragment.6c198fc
Ran ruff --select UPa7e7c3a
👹 Feed the hobgoblins (delint).d4c5072
👹 Feed the hobgoblins (delint).7ba4802
Declare sort_params as an immutable Mapping. Fixes B006.0f0e35c
Merge https://github.com/jaraco/skeleton34ba6b2
Add link to blog entry from jaraco/skeleton#115 above CI build matrix.6ff02e0
Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112.Updates
jaraco-functools
from 4.0.0 to 4.0.1Changelog
Sourced from jaraco-functools's changelog.
Commits
a626003
Finalizeccdd970
Merge https://github.com/jaraco/skeleton0190630
Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini...f4529af
Move project metadata topyproject.toml
jaraco/skeleton#122
7ad4f2f
Pin against pytest 8.1.x due to pytest-dev/pytest#12194.34ba6b2
Add link to blog entry from jaraco/skeleton#115 above CI build matrix.6ff02e0
Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112.3fc7a93
Move Python 3.11 out of the test matrix.d72c6a0
Fetch unshallow clones in readthedocs. Closes jaraco/skeleton#114.c9a7f97
Re-enable ignoring of temporary merge queue branches. Closes jaraco/skeleton#...Updates
pydantic
from 2.6.4 to 2.7.1Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
2612947
2.7.1 release prep (#9307)2b8efa2
Move TODO regarding pickling to markdown (#9288)73d1049
adds test case for unexpected discriminated union behavior (#9236)c33b925
Change CI to usemacos-13
for Python 3.8 and 3.9 (#9305)82e4664
Fix model json schema with config types (#9287)a0f18e3
Fix bullets in Strict Mode docs (#9296)77b0e1c
Address case where model_construct on a class which defines model_post_init f...6322b24
Fixstrict
application tofunction-after
withuse_enum_values
(#9279)bb857bd
docs(performance): remove section on literal vs enum performance (#9262)3c15a8b
docs: makeTypeAdapter
example PEP-8 compliant (#9268)Updates
pydantic-core
from 2.16.3 to 2.18.2Release notes
Sourced from pydantic-core's releases.
... (truncated)
Commits
1cefeae
version bump (#1277)a99729a
fix memory leak with iterable validation (#1271)f537a03
Handle error fromEnum
'smissing
function asValidationError
(#1274)3240277
fix interaction betweenextra != 'ignore'
andfrom_attributes=True
(#1275)91c3541
fix validation of ints with leading unary plus (#1272)4adf47f
support multiple zeros as an int (#1269)031fc93
Bump to 2.18.1 (#1268)b945bcb
prevent trailing dots in integers (#1267)f636403
trim leading zeros before parsingstr
->int
(#1266)e23d7eb
remove old profiling directory (#1265)Updates
sentry-sdk
from 1.44.1 to 2.0.1Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
882ed7f
Updated changelogce89048
release: 2.0.1162773c
fix(integrations): Do not use convenience decorator (#3022)a626f01
Add Lambda function that deletes test Lambda functions (#2960)f5db9ce
Refactoring propagation context (#2970)d91a510
Usepid
for test database name in Django tests (#2998)534a301
test(tracing): Add tests for discarded transaction debug messages5aa7c9b
fix(tracing): Correct discarded transaction debug messagebda9deb
docs(tracing): Delete inaccurate comment6a73368
build(deps): bump checkouts/data-schemas from1e17eb5
to4aa14a7
(#2997)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