Update all dependencies#328
Conversation
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #328 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 21 21
Lines 1319 1319
=========================================
Hits 1319 1319 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4f3dff6 to
f1c00d8
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
f1c00d8 to
b446919
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
b446919 to
d78c836
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
d78c836 to
9aa72bf
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
9aa72bf to
8416621
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
8416621 to
ee65b0c
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
ee65b0c to
a0050d2
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
a0050d2 to
cd32566
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
cd32566 to
8b24702
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
8b24702 to
519444f
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
519444f to
8e32491
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
8e32491 to
8c2c595
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
8c2c595 to
72f53a4
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
4e2ff80 to
09aaaa1
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
09aaaa1 to
f9f9918
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
f9f9918 to
a896cb7
Compare
|
Warning: The mypy type checker has found some errors. See the mypy job for details |
c3076c8 to
6a0fc1d
Compare
b87ecd8 to
3032957
Compare
3032957 to
520e4ef
Compare
This PR contains the following updates:
v8→v9v5→v60.136.1→0.136.37.0.0→7.1.01c054d5→aa049e6f54df76→fca62bd2.33.1→2.34.211.0.0→12.0.0Release Notes
actions/github-script (actions/github-script)
v9.0.0Compare Source
New features:
getOctokitfactory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients withgetOctokitfor details and examples.ACTIONS_ORCHESTRATION_IDenvironment variable is automatically appended to the user-agent string for request tracing.Breaking changes:
require('@​actions/github')no longer works in scripts. The upgrade to@actions/githubv9 (ESM-only) meansrequire('@​actions/github')will fail at runtime. If you previously used patterns likeconst { getOctokit } = require('@​actions/github')to create secondary clients, use the new injectedgetOctokitfunction instead — it's available directly in the script context with no imports needed.getOctokitis now an injected function parameter. Scripts that declareconst getOctokit = ...orlet getOctokit = ...will get aSyntaxErrorbecause JavaScript does not allowconst/letredeclaration of function parameters. Use the injectedgetOctokitdirectly, or usevar getOctokit = ...if you need to redeclare it.@actions/githubinternals beyond the standardgithub/octokitclient, you may need to update those references for v9 compatibility.What's Changed
New Contributors
Full Changelog: actions/github-script@v8.0.0...v9.0.0
v9Compare Source
codecov/codecov-action (codecov/codecov-action)
v6.0.1Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1
v6.0.0Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0
v6Compare Source
v5.5.4Compare Source
This is a mirror of
v5.5.2.v6will be released which requiresnode24What's Changed
Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4
v5.5.3Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3
v5.5.2Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2
v5.5.1Compare Source
What's Changed
codecov-cliversion reference example by @webknjaz in #1774Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1
v5.5.0Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0
v5.4.3Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0Compare Source
What's Changed
use_pypibypasses integrity checks too by @webknjaz in #1773Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
v5.3.1Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1
v5.3.0Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0
v5.2.0Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0
v5.1.2Compare Source
What's Changed
${{ inputs.token }}inaction.ymlby @jwodder in #1721Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2
v5.1.1Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1
v5.1.0Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0
v5.0.7Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7
v5.0.6Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6
v5.0.5Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5
v5.0.4Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4
v5.0.3Compare Source
What's Changed
inputs.disable_safe_directoryby @mkroening in #1666Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3
v5.0.2Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.0.1...v5.0.2
v5.0.1Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.0.0...v5.0.1
fastapi/fastapi (fastapi)
v0.136.3Compare Source
Refactors
convert_underscores=True(the default). PR #15589 by @tiangolo.pytest-dev/pytest-cov (pytest-cov)
v7.1.0Compare Source
Fixed total coverage computation to always be consistent, regardless of reporting settings.
Previously some reports could produce different total counts, and consequently can make --cov-fail-under behave different depending on
reporting options.
See
#​641 <https://github.com/pytest-dev/pytest-cov/issues/641>_.Improve handling of ResourceWarning from sqlite3.
The plugin adds warning filter for sqlite3
ResourceWarningunclosed database (since 6.2.0).It checks if there is already existing plugin for this message by comparing filter regular expression.
When filter is specified on command line the message is escaped and does not match an expected message.
A check for an escaped regular expression is added to handle this case.
With this fix one can suppress
ResourceWarningfrom sqlite3 from command line::pytest -W "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ...
Various improvements to documentation.
Contributed by Art Pelling in
#​718 <https://github.com/pytest-dev/pytest-cov/pull/718>_ and"vivodi" in
#​738 <https://github.com/pytest-dev/pytest-cov/pull/738>.Also closed
#​736 <https://github.com/pytest-dev/pytest-cov/issues/736>.Fixed some assertions in tests.
Contributed by in Markéta Machová in
#​722 <https://github.com/pytest-dev/pytest-cov/pull/722>_.Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 5.0).
psf/requests (requests)
v2.34.2Compare Source
headersinput type back toMappingto avoid invariance issueswith
MutableMappingand inferred dict types. Users callingRequest.headers.update()may need to narrow typing in their code. (#7441)v2.34.1Compare Source
Bugfixes
jsoninput type fromdictandlisttoMappingand
Sequence. (#7436)headersinput type to MutableMapping and removedNonefromRequest.headerstyping to improve handling for users. (#7431)Response.reasonmoved fromstr | Nonetostrto improve handlingfor users. (#7437)
__getattr__implementationsweren't being properly detected as Iterables. (#7433)
v2.34.0Compare Source
Announcements
Requests 2.34.0 introduces inline types, replacing those provided by
typeshed. Public API types should be fully compatible with mypy, pyright,
and ty. We believe types are comprehensive but if you find issues, please
report them to the pinned tracking issue.
Special thanks to @bastimeyer, @cthoyt, @edgarrmondragon, and @srittau for
helping review and test the types ahead of the release. (#7272)
Improvements
usedforsecurity=Falseto clarifysecurity considerations. (#7310)
should be able to start testing prior to its release in October. (#7422)
Bugfixes
Response.historyno longer contains a reference to itself, preventingaccidental looping when traversing the history list. (#7328)
proxy_bypass implementation has been updated with CPython's fix from
bpo-39057. (#7427)
URI paths. This should address user issues with specific presigned
URLs. Note the full fix requires urllib3 2.7.0+. (#7315)
Simplistix/testfixtures (testfixtures)
v12.0.0Compare Source
.. warning:: Breaking changes:
Comparers have moved from :mod:
!testfixtures.comparisonto :mod:testfixtures.comparers.:func:
!django_comparehas been removed, :func:comparenow works with Django models.Refactoring of :class:
LogCaptureto introduce support for :doc:loguru <loguru>,:doc:
structlog <structlog>and similar support for :doc:twisted <twisted>by way of the new:class:
~testfixtures.logcapture.CaptureSourcearchitecture.:func:
comparenow supports per-typeignore_eq.:func:
comparenow supports both :doc:polars <polars>and :doc:pandas <pandas>dataframes.:func:
comparenow provides better feedback when objects being compared raised exceptipns intheir :any:
stror :any:repr.Added
raisesparameter to :meth:OutputCapture.compare, :meth:LogCapture.checkand:meth:
LogCapture.check_presentto they can be more easily used in compositions.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.