build(deps): bump the pip group with 10 updates #76
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 10 updates:
0.5.9
0.6.1
0.24.1
0.25.0
0.0.284
0.1.1
7.4.0
7.4.2
2.0.0
2.0.1
7.1.2
7.2.6
23.7.0
23.10.0
1.4.1
1.6.1
2.17.5
3.0.1
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.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
22cf451
Release 0.1.1 (#8073)ec1be60
Remove leftover constant tuple reference (#8062)a327b4d
sequence -> iterable in tutorial (#8067)cdc5e2f
Update tutorial to match revised Ruff defaults (#8066)b5d3caf
chore: add code style badge forruff format
(#7878)8f9753f
Comments outside expression parentheses (#7873)67b0434
Usepass
over ellipsis in non-function/class contexts (#8049)693f957
[pylint] - implementglobal-at-module-level
(W0604
) (#8058)a85ed30
Respect#(deprecated)
attribute in configuration options (#8035)2e225d7
Accept--target-version
in the format CLI (#8055)Updates
pytest
from 7.4.0 to 7.4.2Release notes
Sourced from pytest's releases.
Commits
45f34df
Prepare release version 7.4.2e4f022f
Merge pull request #11406 from nicoddemus/backport-11404-to-7.4.x63b0c6f
Use _pytest.pathlib.safe_exists in get_dirs_from_args884b911
Fix crash when passing a very long cmdline argument (#11404)6e49a74
[7.4.x] Fix doctest collection offunctools.cached_property
objects. (#11403)79c2012
[7.4.x] doc: Remove done training (#11400)de69883
[7.4.x] improve plugin list disclaimer (#11398)1de00e9
[7.4.x] Fix import_path for packages (#11395)7f5d9b9
Fix user_properties not saved to XML if fixture errors during teardown (#11382)82eb86f
Merge pull request #11377 from pytest-dev/release-7.4.1Updates
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.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
9edba85
Prepare release 23.10.0 (#3951)bb58807
Fix parser bug where "type" was misinterpreted as a keyword inside a match (#...722735d
Fix grammar for type alias support (#3949)abe57e3
Treat raw strings like other docstrings (#3947)1648ac5
Fix long lines with power operator(s) getting splitted before line length (#3...6f84f65
Migrate mypy config to pyproject.toml (#3936)3bb9214
CI Test: Deprecating 'Healthcheck.all()' from Hypothesis in fuzz.py (#3945)935f303
Fix test that was not being run (#3939)b7717c3
Standardise newlines after module-level docstrings (#3932)7aa37ea
Report all stacktraces in verbose mode (#3938)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.1Commits
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 changelog3cba15b
Bump actions/setup-python from 4.7.0 to 4.7.1 (#9089)83bd48f
[doc] Upgrade doc following the full implementation of pyupgrade in ruff31f40a9
[ruff conf] Simplify the ruff configuration1f3de87
[pre-commit] Remove pyupgrade and use ruff instead9c69801
Prevent stats loss (#9082)ca8690a
Merge maintenance 2.17.x into main (#9085)Updates
build
from 0.10.0 to 1.0.3Release notes
Sourced from build's releases.