Bump the pip group with 6 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(12 months ago)
(12 months ago)
(12 months ago)
by hugovk
dependencies python
ezio-melotti
Bumps the pip group with 6 updates:
| Package | From | To |
|---|---|---|
| aiohttp | 3.12.6 |
3.12.13 |
| gidgethub | 5.3.0 |
5.4.0 |
| sentry-sdk | 2.29.1 |
2.32.0 |
| coverage | 7.8.2 |
7.9.1 |
| pytest | 8.3.5 |
8.4.1 |
| pytest-cov | 6.1.1 |
6.2.1 |
Updates aiohttp from 3.12.6 to 3.12.13
Release notes
Sourced from aiohttp's releases.
3.12.13
Bug fixes
Fixed auto-created :py:class:
~aiohttp.TCPConnectornot using the session's event loop when :py:class:~aiohttp.ClientSessionis created without an explicit connector -- by :user:bdraco.Related issues and pull requests on GitHub: #11147.
3.12.12
Bug fixes
Fixed cookie unquoting to properly handle octal escape sequences in cookie values (e.g.,
\012for newline) by vendoring the correct_unquoteimplementation from Python'shttp.cookiesmodule -- by :user:bdraco.Related issues and pull requests on GitHub: #11173.
Fixed
Cookieheader parsing to treat attribute names as regular cookies per :rfc:6265#section-5.4-- by :user:bdraco.Related issues and pull requests on GitHub: #11178.
3.12.11
Features
- Improved SSL connection handling by changing the default
ssl_shutdown_timeoutfrom0.1to0seconds. SSL connections now use Python's default graceful shutdown during normal operation but are aborted immediately when the connector is closed, providing optimal behavior for both cases. Also added support forssl_shutdown_timeout=0on all Python versions. Previously, this value was rejected on Python 3.11+ and ignored on earlier versions. Non-zero values on Python < 3.11 now trigger aRuntimeWarning-- by :user:bdraco.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.12.13 (2025-06-14)
Bug fixes
Fixed auto-created :py:class:
~aiohttp.TCPConnectornot using the session's event loop when :py:class:~aiohttp.ClientSessionis created without an explicit connector -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
11147.
3.12.12 (2025-06-09)
Bug fixes
Fixed cookie unquoting to properly handle octal escape sequences in cookie values (e.g.,
\012for newline) by vendoring the correct_unquoteimplementation from Python'shttp.cookiesmodule -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
11173.Fixed
Cookieheader parsing to treat attribute names as regular cookies per :rfc:6265#section-5.4-- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
11178.
3.12.11 (2025-06-07)
Features
... (truncated)
Commits
2ff9b61Release 3.12.13 (#11214)fc9b720[PR #11198/b151d3fc backport][3.12] Fix auto-created TCPConnector not using s...2d4a28b[PR #11192/b888dc5c backport][3.12] Add warning to release notes about the qu...bd374b1[PR #11193/43ea3b1d backport][3.12] Pin CI Python version to 3.13.3 (#11194)9404808Increment version to 3.12.13.dev0 (#11184)a15febdRelease 3.12.12 (#11183)e2b24d7[PR #11178/915338c7 backport][3.12] Fix cookie header parser ignoring reserve...608d8ff[PR #11173/85b0df43 backport][3.12] Fix cookie unquoting regression (#11179)2a7ed29Increment version to 3.12.12.dev0 (#11159)f9621dcRelease 3.12.11 (#11157)- Additional commits viewable in compare view
Updates gidgethub from 5.3.0 to 5.4.0
Release notes
Sourced from gidgethub's releases.
5.4.0
What's Changed
- Fix broken links in docs by
@Mariattain gidgethub/gidgethub#203- Replace flit by flit_core in build-system by
@tjniin gidgethub/gidgethub#205- Fix URLs by
@brettcannonin gidgethub/gidgethub#208- Add support for Python 3.12-3.13 and drop EOL 3.7 by
@hugovkin gidgethub/gidgethub#209- Update changelog by
@hugovkin gidgethub/gidgethub#212- Set a maximum version of flit_core for build requirements by
@takluyverin gidgethub/gidgethub#211- Add expiration parameter to apps.get_jwt by
@jjnesbittin gidgethub/gidgethub#215- Make
gidgethub.abc.GitHubAPI.getiter()iterative by@brettcannonin gidgethub/gidgethub#219New Contributors
@tjnimade their first contribution in gidgethub/gidgethub#205@takluyvermade their first contribution in gidgethub/gidgethub#211@jjnesbittmade their first contribution in gidgethub/gidgethub#215Full Changelog: https://github.com/gidgethub/gidgethub/compare/v5.3.0...v5.4.0
Changelog
Sourced from gidgethub's changelog.
5.4.0
Make :meth:
gidgethub.abc.GitHubAPI.getiterbe iterative instead of recursive (PR [#219](https://github.com/brettcannon/gidgethub/issues/219) <https://github.com/gidgethub/gidgethub/pull/219>_):meth:
gidgethub.apps.get_jwtnow accepts anexpirationparameter to configure JWT token expiration time (PR [#215](https://github.com/brettcannon/gidgethub/issues/215) <https://github.com/gidgethub/gidgethub/pull/215>_)Add support for Python 3.12-3.13 and drop EOL Python 3.7 (
PR [#209](https://github.com/brettcannon/gidgethub/issues/209) <https://github.com/gidgethub/gidgethub/pull/209>_)
Commits
5aee661Prepare v5.4.0 release4d30eb9Makegidgethub.abc.GitHubAPI.getiter()iterative (#219)ab4fadbAdd expiration parameter to apps.get_jwt (#215)a47ead1Set a maximum version of flit_core for build requirements (#211)7ec51fcUpdate changelog (#212)b6dcb77Add support for Python 3.13 and drop EOL 3.7 (#209)dac0359Create FUNDING.yml7f8cec4Fix URLs (#208)27adeaeFix dead URL7dcb5d9Fix a dead URL- Additional commits viewable in compare view
Updates sentry-sdk from 2.29.1 to 2.32.0
Release notes
Sourced from sentry-sdk's releases.
2.32.0
Various fixes & improvements
- feat(sessions): Add top-level start- and end session methods (#4474) by
@szokeasaurusrex- feat(openai-agents): Set tool span to failed if an error is raised in the tool (#4527) by
@antonpirker- fix(integrations/ray): Correctly pass keyword arguments to ray.remote function (#4430) by
@svartalf- fix(langchain): Make
span_mapan instance variable (#4476) by@szokeasaurusrex- fix(langchain): Ensure no duplicate
SentryLangchainCallback(#4485) by@szokeasaurusrex- fix(Litestar): Apply
failed_request_status_codesto exceptions raised in middleware (#4074) by@vrslev2.31.0
Various fixes & improvements
New Integration (BETA): Add support for
openai-agents(#4437) by@antonpirkerWe can now instrument AI agents that are created with the OpenAI Agents SDK out of the box.
import sentry_sdk from sentry_sdk.integrations.openai_agents import OpenAIAgentsIntegrationAdd the OpenAIAgentsIntegration to your sentry_sdk.init call:
sentry_sdk.init(
dsn="...",
integrations=[
OpenAIAgentsIntegration(),
]
)
For more information see the OpenAI Agents integrations documentation.
- Logs: Add support for
dictarguments (#4478) by@AbhiPrasad- Add Cursor generated rules (#4493) by
@sl0thentr0py- Greatly simplify Langchain integrations
_wrap_configure(#4479) by@szokeasaurusrex- Fix(ci): Remove tracerite pin (almost) (#4504) by
@sentrivana- Fix(profiling): Ensure profiler thread exits when needed (#4497) by
@Zylphrex- Fix(ci): Do not install newest
tracerite(#4494) by@sentrivana- Fix(scope): Handle token reset
LookupErrors gracefully (#4481) by@sentrivana- Tests: Tox update (#4509) by
@sentrivana- Tests: Upper bound on fakeredis on old Python versions (#4482) by
@sentrivana- Tests: Regenerate tox (#4457) by
@sentrivana2.30.0
Various fixes & improvements
New beta feature: Sentry logs for Loguru (#4445) by
@sentrivanaWe can now capture Loguru logs and send them to Sentry.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
2.32.0
Various fixes & improvements
- feat(sessions): Add top-level start- and end session methods (#4474) by
@szokeasaurusrex- feat(openai-agents): Set tool span to failed if an error is raised in the tool (#4527) by
@antonpirker- fix(integrations/ray): Correctly pass keyword arguments to ray.remote function (#4430) by
@svartalf- fix(langchain): Make
span_mapan instance variable (#4476) by@szokeasaurusrex- fix(langchain): Ensure no duplicate
SentryLangchainCallback(#4485) by@szokeasaurusrex- fix(Litestar): Apply
failed_request_status_codesto exceptions raised in middleware (#4074) by@vrslev2.31.0
Various fixes & improvements
New Integration (BETA): Add support for
openai-agents(#4437) by@antonpirkerWe can now instrument AI agents that are created with the OpenAI Agents SDK out of the box.
import sentry_sdk from sentry_sdk.integrations.openai_agents import OpenAIAgentsIntegrationAdd the OpenAIAgentsIntegration to your sentry_sdk.init call:
sentry_sdk.init(
dsn="...",
integrations=[
OpenAIAgentsIntegration(),
]
)
For more information see the OpenAI Agents integrations documentation.
- Logs: Add support for
dictarguments (#4478) by@AbhiPrasad- Add Cursor generated rules (#4493) by
@sl0thentr0py- Greatly simplify Langchain integrations
_wrap_configure(#4479) by@szokeasaurusrex- Fix(ci): Remove tracerite pin (almost) (#4504) by
@sentrivana- Fix(profiling): Ensure profiler thread exits when needed (#4497) by
@Zylphrex- Fix(ci): Do not install newest
tracerite(#4494) by@sentrivana- Fix(scope): Handle token reset
LookupErrors gracefully (#4481) by@sentrivana- Tests: Tox update (#4509) by
@sentrivana- Tests: Upper bound on fakeredis on old Python versions (#4482) by
@sentrivana- Tests: Regenerate tox (#4457) by
@sentrivana2.30.0
Various fixes & improvements
- New beta feature: Sentry logs for Loguru (#4445) by
@sentrivana
... (truncated)
Commits
4b022dcMerge branch 'master' into release/2.32.02634a52Pin zope.event (#4531)c815a32updated changelogbca8816release: 2.32.0546ce1fSet tool span to failed if an error is raised in the tool (#4527)ab2e3f0fix(integrations/ray): Correctly pass keyword arguments to ray.remote functio...7804260fix(langchain): Makespan_mapan instance variable (#4476)0a2d858fix(langchain): Ensure no duplicateSentryLangchainCallback(#4485)dae0218fix(Litestar): Applyfailed_request_status_codesto exceptions raised in mi...65d31afMerge branch 'release/2.31.0'- Additional commits viewable in compare view
Updates coverage from 7.8.2 to 7.9.1
Changelog
Sourced from coverage's changelog.
Version 7.9.1 — 2025-06-13
The "no-ctracer" warning is not issued for Python pre-release versions. Coverage doesn't ship compiled wheels for those versions, so this was far too noisy.
On Python 3.14+, the "sysmon" core is now the default if it's supported for your configuration. Plugins and dynamic contexts are still not supported with it.
.. _changes_7-9-0:
Version 7.9.0 — 2025-06-11
Added a
[run] coreconfiguration setting to specify the measurement core, which was previously only available through the COVERAGE_CORE environment variable. Finishesissue 1746_.Fixed incorrect rendering of f-strings with doubled braces, closing
issue 1980_.If the C tracer core can't be imported, a warning ("no-ctracer") is issued with the reason.
The C tracer core extension module now conforms to
PEP 489, closingissue 1977. Thanks,Adam Turner <pull 1978_>_.Fixed a "ValueError: min() arg is an empty sequence" error caused by strange empty modules, found by
oss-fuzz_... _issue 1746: nedbat/coveragepy#1746 .. _issue 1977: nedbat/coveragepy#1977 .. _pull 1978: nedbat/coveragepy#1978 .. _issue 1980: nedbat/coveragepy#1980 .. _PEP 489: https://peps.python.org/pep-0489 .. _oss-fuzz: https://google.github.io/oss-fuzz/
.. _changes_7-8-2:
Commits
4fa1b71docs: sample HTML for 7.9.15cf757bdocs: prep for 7.9.1bea6204fix: better defaulting of core7795441fix: fewer warnings, default to sys.monitoring on 3.14+18aa074fix: some custom builds don't have file8c5bf65chore: make upgrade128c4f4build: bump version to 7.9.1452d86fdocs: sample HTML for 7.9.0a670927docs: prep for 7.9.03b0cb87build: windows 3.14 is fixed- Additional commits viewable in compare view
Updates pytest from 8.3.5 to 8.4.1
Release notes
Sourced from pytest's releases.
8.4.1
pytest 8.4.1 (2025-06-17)
Bug fixes
#13461: Corrected
_pytest.terminal.TerminalReporter.isattyto support being called as a method. Before it was just a boolean which could break correct code when using-o log_cli=true).#13477: Reintroduced
pytest.PytestReturnNotNoneWarning{.interpreted-text role="class"} which was removed by accident in pytest [8.4]{.title-ref}.This warning is raised when a test functions returns a value other than
None, which is often a mistake made by beginners.See
return-not-none{.interpreted-text role="ref"} for more information.#13497: Fixed compatibility with
Twisted 25+.Improved documentation
- #13492: Fixed outdated warning about
faulthandlernot working on Windows.8.4.0
pytest 8.4.0 (2025-06-02)
Removals and backward incompatible breaking changes
#11372: Async tests will now fail, instead of warning+skipping, if you don't have any suitable plugin installed.
#12346: Tests will now fail, instead of raising a warning, if they return any value other than None.
#12874: We dropped support for Python 3.8 following its end of life (2024-10-07).
#12960: Test functions containing a yield now cause an explicit error. They have not been run since pytest 4.0, and were previously marked as an expected failure and deprecation warning.
See
the docs <yield tests deprecated>{.interpreted-text role="ref"} for more information.Deprecations (removal in next major release)
- #10839: Requesting an asynchronous fixture without a [pytest_fixture_setup]{.title-ref} hook that resolves it will now give a DeprecationWarning. This most commonly happens if a sync test requests an async fixture. This should have no effect on a majority of users with async tests or fixtures using async pytest plugins, but may affect non-standard hook setups or
autouse=True. For guidance on how to work around this warning seesync-test-async-fixture{.interpreted-text role="ref"}.New features
#11538: Added
pytest.RaisesGroup{.interpreted-text role="class"} as an equivalent topytest.raises{.interpreted-text role="func"} for expectingExceptionGroup{.interpreted-text role="exc"}. Also addspytest.RaisesExc{.interpreted-text role="class"} which is now the logic behindpytest.raises{.interpreted-text role="func"} and used as parameter topytest.RaisesGroup{.interpreted-text role="class"}.RaisesGroupincludes the ability to specify multiple different expected exceptions, the structure of nested exception groups, and flags for emulatingexcept* <except_star>{.interpreted-text role="ref"}. Seeassert-matching-exception-groups{.interpreted-text role="ref"} and docstrings for more information.#12081: Added
capteesys{.interpreted-text role="fixture"} to capture AND pass output to next handler set by--capture=.#12504:
pytest.mark.xfail{.interpreted-text role="func"} now acceptspytest.RaisesGroup{.interpreted-text role="class"} for theraisesparameter when you expect an exception group. You can also pass apytest.RaisesExc{.interpreted-text role="class"} if you e.g. want to make use of thecheckparameter.#12713: New [--force-short-summary]{.title-ref} option to force condensed summary output regardless of verbosity level.
... (truncated)
Commits
8d99211Prepare release version 8.4.15dc5880docs: update pytest.ini addopts example to use separate -p entries (#13529) (...d0c7ed0Reintroduce PytestReturnNotNoneWarning (#13495) (#13527)a1b3a78Fix compatibility with Twisted 25 (#13502) (#13531)4c161abpytester: avoid unraisableexception gc collects in inline runs to speed up te...a86ee09Fix typo in parametrize.rst (#13514) (#13516)1a0581bRemove outdated warning about faulthandler_timeout on Windows (#13492) (#13493)4e631a7Merge pull request #13486 from hosmir/fixtypo (#13487)b49745efix: support TerminalReporter.isatty being called (#13462) (#13483)cc5ceedRELEASING: remove pytest mailing list (#13472) (#13473)- Additional commits viewable in compare view
Updates pytest-cov from 6.1.1 to 6.2.1
Changelog
Sourced from pytest-cov's changelog.
6.2.1 (2025-06-12)
Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.
Removed deprecated license classifier (packaging).
Disabled coverage warnings in two more situations where they have no value:
- "module-not-measured" in workers
- "already-imported" in subprocesses
6.2.0 (2025-06-11)
The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::
default:unclosed database in <sqlite3.Connection object at:ResourceWarning once::PytestCovWarning once::CoverageWarning
This fixes most of the bad interactions that are occurring on pytest 8.4 with
filterwarnings=error.The plugin will check if there already matching rules for the 3 categories (
ResourceWarning,PytestCovWarning,CoverageWarning) and message (unclosed database in <sqlite3.Connection object at) before adding the filters.This means you can have this in your pytest configuration for complete oblivion (not recommended, if that is not clear)::
filterwarnings = [ "error", "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning", "ignore::PytestCovWarning", "ignore::CoverageWarning", ]
Commits
55dbe43Bump version: 6.2.0 → 6.2.1d17e9b7Update changelog.8964ab7Add a note for this warning disable.e932e41Prevent unimported warnings @ pytest-xdist workers573379bBring pytest-cov's suprocess management in line with coverage's process_start...f1884e8Fix xdist pin.512c669Added minium version requirements for pluggin (for new-style hookwrappers). P...629ba64Remove deprecated license classifier.dca5723Bump version: 6.1.1 → 6.2.0f69166aAlso trigger the sqlite warning.- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
2
+6
-6
Package Dependencies
Technical Details
| ID: | 2621288 |
| UUID: | 2631157973 |
| Node ID: | PR_kwDOCNhlp86c1EjV |
| Host: | GitHub |
| Repository: | python/blurb_it |
| Merge State: | Unknown |