build(deps): bump the pip group with 9 updates #80
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 pip group with 9 updates:
0.5.9
0.6.1
0.24.1
0.25.0
0.0.284
0.1.3
2.0.0
2.0.1
7.1.2
7.2.6
23.7.0
23.10.1
1.4.1
1.6.1
2.17.5
3.0.2
0.10.0
1.0.3
Updates
dataclasses-json
from 0.5.9 to 0.6.1Release notes
Sourced from dataclasses-json's releases.
... (truncated)
Commits
5207d26
improve Union deserialization when "__type" field specifier is not present (#...b7ea954
Add links to make PyPI a better maintainer reference (#482)02c561f
Fix for #239: Union inside List or Dict is not deserialized as the correspond...54c6061
Update Poetry version used for 3.7 test suite and change Requires-Python boun...dd4c414
Improve dataclass_json and _process_class type annotations (#475)89578cb
Support for Counter objects (#471)dcb9372
Add documentation for how to use with Numpy and Pandas (#470)04ddea8
Fix: if field has custom decoder, schema takes it into account (#462)d1a4464
feat: Implement dymamic versioning (#454)c6e248c
Update Python version boundaries to include 3.12 (#449)Updates
httpx
from 0.24.1 to 0.25.0Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
Commits
c3585a5
Version 0.25.0 (#2801)a54eccc
HTTPS proxies support (#2845)adbcd0e
Change extensions type (#2803)e874351
Update _models.py (#2840)7ecd828
Bump coverage[toml] from 7.2.7 to 7.3.0 (#2839)ec4aa5e
Bump mkdocs-material from 9.1.17 to 9.2.6 (#2835)1703da8
Bump chardet from 5.1.0 to 5.2.0 (#2837)b95ef3e
Bump mypy from 1.4.1 to 1.5.1 (#2838)3a7f6d1
Bump ruff from 0.0.275 to 0.0.286 (#2836)053bc57
fix a typo in docs/logging.md (#2830)Updates
ruff
from 0.0.284 to 0.1.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
3e7b929
Bump version to v0.1.3 (#8259)25d4dda
Add title attribute to icons (#8060)63a5a12
Improve documentation around linter-formatter conflicts (#8257)c32f943
Don't warn about magic trailing comma whenisort.force-single-line
is true ...d211074
Clarify unsafe case in RSE102 (#8256)4ffd4ed
Correct quick fix message forW605
(#8255)a4dd1e5
Refine the warnings about incompatible linter options (#8196)be3307e
Makeunnecessary-paren-on-raise-exception
an unsafe edit (#8231)317d3dd
Add test and basic implementation for formatter preview mode (#8044)f5e8507
Only omit optional parentheses for starting or ending with parentheses (#8238)Updates
pytest-docker
from 2.0.0 to 2.0.1Release notes
Sourced from pytest-docker's releases.
Changelog
Sourced from pytest-docker's changelog.
Commits
508b82d
Adjust docker port resolution to be more tolerant (podman-compose)Updates
sphinx
from 7.1.2 to 7.2.6Release notes
Sourced from sphinx's releases.
Changelog
Sourced from sphinx's changelog.
... (truncated)
Commits
cf7d275
Bump to 7.2.6 final43d6975
Leverageimportlib.reload
for reloading modules (#11679)13da5d7
Inline makecmd in make mode3d0110a
Enable test_cython on Python 3.1222759fb
Bump versionfcc3899
Bump to 7.2.5 final2a631f9
Restore support for YYYY copyright lines2730cc3
Remove double spaces in CHANGESff18318
Add an'include-read'
event (#11657)74329d9
Fail better inExceptionDocumenter.can_document_member
(#11660)Updates
black
from 23.7.0 to 23.10.1Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
744d23b
Prepare release 23.10.1 (#3969)8de4be5
Fix CI failing (#3957)c0adca3
docs: specifies the use of the .git-blame-ignore-revs file (#3961)a7643fa
Add summary parameter to action (#3958)d291c23
Move Docker image to hatch + compile (#3965)7f1c578
Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 (#3966)2db5ab0
Allow empty line after block open before a comment or compound statement (#3967)0a37888
Fix typos in CHANGES.md (#3963)882d879
Fix merging implicit multiline strings that have inline comments (#3956)9edba85
Prepare release 23.10.0 (#3951)Updates
mypy
from 1.4.1 to 1.6.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
9b891fe
Remove +dev from version6b6504e
Fix crash on ParamSpec unification (for real) (#16259)eb81e63
Fix crash on ParamSpec unification (#16251)45f7a12
Add +dev to versionac2d56f
Remove +dev from version5b488ab
Optimize Unpack for failures (#15967)4c963c9
Make PEP 695 constructs give a reasonable error message (#16013)e78df55
Match note error codes to import error codes (#16004)d376633
Fix mypyc regression with pretty (#16124)00cba13
Clear cache when adding --new-type-inference (#16059)Updates
pylint
from 2.17.5 to 3.0.2Commits
efee961
Bump pylint to 3.0.2, update changelog31aca81
Fixes duplicate-code check with ignore-imports (#9147) (#9176)792da24
Escape special symbols and newlines in messages. (#9164) (#9165)759e2cc
Fixused-before-assignment
FP for generic type syntax (Py 3.12) (#9150) (#9...a77f0c1
Respect py-version forinconsistent-quotes
inside f-strings (#9152) (#9155)a9d9dc3
Fix suggestion for min-max with expressions (#9131) (#9141)f2cded4
Bump pylint to 3.0.1, update changelog (#9119)a1443ed
Fix a crash for Enum class decorated with dataclass (#9104) (#9112)2d8a894
Fix false positive forinherit-non-class
for generic Protocols (#9108) (#...4a7ad5e
Bump pylint to 3.0.0, update changelogUpdates
build
from 0.10.0 to 1.0.3Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.