chore(deps): update all non-major dependencies #38
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.
This PR contains the following updates:
==3.1.43
->==3.1.44
==24.2.0
->==24.3.0
==24.8.0
->==24.10.0
==2024.8.30
->==2024.12.14
==3.3.2
->==3.4.1
==8.1.7
->==8.1.8
3.12.7-slim
->3.13.1-slim
==24.8.19
->==24.12.12
==4.0.11
->==4.0.12
==3.1.43
->==3.1.44
==24.1
->==24.2
==5.0.1
->==5.0.2
==2.2.3
->==2.3.0
Release Notes
gitpython-developers/GitPython (GitPython)
v3.1.44
Compare Source
What's Changed
--mixed
and paths by @EliahKagan in https://github.com/gitpython-developers/GitPython/pull/1894IndexError
inGitConfigParser
When a Quoted Config Value Contains a Trailing New Line by @DaveLak in https://github.com/gitpython-developers/GitPython/pull/1908fuzz_tree.py
Harness With a Better Alternative by @DaveLak in https://github.com/gitpython-developers/GitPython/pull/1910fix
->format
by @Borda in https://github.com/gitpython-developers/GitPython/pull/1912Diff
Fuzz Target by @DaveLak in https://github.com/gitpython-developers/GitPython/pull/1914.git
subdir as anothersafe.directory
on Cygwin CI by @EliahKagan in https://github.com/gitpython-developers/GitPython/pull/1916validate-pyproject
by @Borda in https://github.com/gitpython-developers/GitPython/pull/1921fuzz_submodule
Fuzzer by @DaveLak in https://github.com/gitpython-developers/GitPython/pull/1926end-of-file-fixer
by @Borda in https://github.com/gitpython-developers/GitPython/pull/1920fuzz_submodule
Causing a lot of False Alarms in the OSS-Fuzz Bug Tracker by @DaveLak in https://github.com/gitpython-developers/GitPython/pull/1950PermissionError
exceptions that crash fuzzer by @DaveLak in https://github.com/gitpython-developers/GitPython/pull/1951New Contributors
Full Changelog: gitpython-developers/GitPython@3.1.43...3.1.44
python-attrs/attrs (attrs)
v24.3.0
Compare Source
Backwards-incompatible Changes
#1340
Changes
attrs.NothingType
, for annotating types consistent withattrs.NOTHING
.#1358
__suppress_context__
and__notes__
on frozen exceptions.#1365
attrs.converters.optional()
works again when takingattrs.converters.pipe()
or another Converter as its argument.#1372
copy.replace()
.#1383
attrs.validators.instance_of()
's type hints now allow for union types.For example:
instance_of(str | int)
#1385
psf/black (black)
v24.10.0
Compare Source
Highlights
mypyc-compiled wheels. (#4436) (#4449)
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Stable style
X | Y
style unions.(#4453)
%%
magic (#4462)Preview style
def fn(*args: *tuple[*Ts, T]) -> None: pass
) (#4440)Caching
--unstable
(#4466)Packaging
blackd
now requires a newer version of aiohttp. (#4451)Output
certifi/python-certifi (certifi)
v2024.12.14
Compare Source
jawah/charset_normalizer (charset-normalizer)
v3.4.1
Compare Source
Changed
pyproject.toml
instead ofsetup.cfg
using setuptools as the build backend.Added
Removed
build-requirements.txt
as per usingpyproject.toml
native build configuration.bin/integration.py
andbin/serve.py
in favor of downstream integration test (see noxfile).setup.cfg
in favor ofpyproject.toml
metadata configuration.utils.range_scan
function.Fixed
utf_8
instead of preferredutf-8
. (#572)v3.4.0
Compare Source
Added
--no-preemptive
in the CLI to prevent the detector to search for hints.Fixed
pallets/click (click)
v8.1.8
Compare Source
Unreleased
click.open_file()
. :issue:2717
click.Path
displays onmultiple lines. :issue:
2697
""
from being displayed inthe help for an option. :issue:
2500
:issue:
2705
default_map
.:issue:
2632
click.echo(color=...)
passingcolor
to coloroma so it can beforced on Windows. :issue:
2606
.PyCQA/flake8-bugbear (flake8-bugbear)
v24.12.12
Compare Source
*args
or**kwargs
(#501)v24.10.31
Compare Source
gitpython-developers/gitdb (gitdb)
v4.0.12
Compare Source
What's Changed
256c5a2
to04dd210
by @dependabot in https://github.com/gitpython-developers/gitdb/pull/112New Contributors
Full Changelog: gitpython-developers/gitdb@4.0.11...4.0.12
pypa/packaging (packaging)
v24.2
Compare Source
What's Changed
__str__
by @aryanpingle in https://github.com/pypa/packaging/pull/817>
and<
by @notatallshaw in https://github.com/pypa/packaging/pull/794Metadata.name
isn't normalized by @brettcannon in https://github.com/pypa/packaging/pull/842New Contributors
Full Changelog: pypa/packaging@24.1...24.2
gitpython-developers/smmap (smmap)
v5.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: gitpython-developers/smmap@v5.0.1...v5.0.2
urllib3/urllib3 (urllib3)
v2.3.0
Compare Source
==================
Features
HTTPResponse.shutdown()
to stop any ongoing or future reads for a specific response. It callsshutdown(SHUT_RD)
on the underlying socket. This feature wassponsored by LaunchDarkly <https://opencollective.com/urllib3/contributions/815307>
. (#​2868 <https://github.com/urllib3/urllib3/issues/2868>
)requests and streaming, and makes it possible to use in Node.js if you launch it as
node --experimental-wasm-stack-switching
. (#​3400 <https://github.com/urllib3/urllib3/issues/3400>
__)proxy_is_tunneling
property toHTTPConnection
andHTTPSConnection
. (#​3285 <https://github.com/urllib3/urllib3/issues/3285>
__)NewConnectionError
andNameResolutionError
. (#​3480 <https://github.com/urllib3/urllib3/issues/3480>
__)Bugfixes
#​3489 <https://github.com/urllib3/urllib3/issues/3489>
__)Deprecations and Removals
#​3492 <https://github.com/urllib3/urllib3/issues/3492>
__)Configuration
📅 Schedule: Branch creation - "* * 1 */3 *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.