Skip to content

Scheduled weekly dependency update for week 15 #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from

Conversation

pyup-bot
Copy link
Collaborator

Update urllib3 from 2.3.0 to 2.4.0.

Changelog

2.4.0

==================

Features
--------

- Applied PEP 639 by specifying the license fields in pyproject.toml. (`3522 <https://github.com/urllib3/urllib3/issues/3522>`__)
- Updated exceptions to save and restore more properties during the pickle/serialization process. (`3567 <https://github.com/urllib3/urllib3/issues/3567>`__)
- Added ``verify_flags`` option to ``create_urllib3_context`` with a default of ``VERIFY_X509_PARTIAL_CHAIN`` and ``VERIFY_X509_STRICT`` for Python 3.13+. (`3571 <https://github.com/urllib3/urllib3/issues/3571>`__)


Bugfixes
--------

- Fixed a bug with partial reads of streaming data in Emscripten. (`3555 <https://github.com/urllib3/urllib3/issues/3555>`__)


Misc
----

- Switched to uv for installing development dependecies. (`3550 <https://github.com/urllib3/urllib3/issues/3550>`__)
- Removed the ``multiple.intoto.jsonl`` asset from GitHub releases. Attestation of release files since v2.3.0 can be found on PyPI. (`3566 <https://github.com/urllib3/urllib3/issues/3566>`__)
Links

Update aiohttp from 3.11.14 to 3.11.16.

Changelog

3.11.16

====================

Bug fixes
---------

- Replaced deprecated ``asyncio.iscoroutinefunction`` with its counterpart from ``inspect``
-- by :user:`layday`.


*Related issues and pull requests on GitHub:*
:issue:`10634`.



- Fixed :class:`multidict.CIMultiDict` being mutated when passed to :class:`aiohttp.web.Response` -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`10672`.




----

3.11.15

====================

Bug fixes
---------

- Reverted explicitly closing sockets if an exception is raised during ``create_connection`` -- by :user:`bdraco`.

This change originally appeared in aiohttp 3.11.13


*Related issues and pull requests on GitHub:*
:issue:`10464`, :issue:`10617`, :issue:`10656`.




Miscellaneous internal changes
------------------------------

- Improved performance of WebSocket buffer handling -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`10601`.



- Improved performance of serializing headers -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`10625`.




----
Links

Update Pillow from 11.1.0 to 11.2.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update pytest-asyncio from 0.25.3 to 0.26.0.

Changelog

0.26.0

- Adds configuration option that sets default event loop scope for all tests [793](https://github.com/pytest-dev/pytest-asyncio/issues/793)
- Improved type annotations for `pytest_asyncio.fixture` [1045](https://github.com/pytest-dev/pytest-asyncio/pull/1045)
- Added `typing-extensions` as additional dependency for Python `<3.10` [1045](https://github.com/pytest-dev/pytest-asyncio/pull/1045)
Links

Update pytest-cov from 6.0.0 to 6.1.1.

Changelog

6.1.1

------------------

* Fixed breakage that occurs when ``--cov-context`` and the ``no_cover`` marker are used together.

6.1.0

------------------

* Change terminal output to use full width lines for the coverage header.
Contributed by Tsvika Shapira in `678 <https://github.com/pytest-dev/pytest-cov/pull/678>`_.
* Removed unnecessary CovFailUnderWarning. Fixes `675 <https://github.com/pytest-dev/pytest-cov/issues/675>`_.
* Fixed the term report not using the precision specified via ``--cov-precision``.
Links

Copy link

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.89%. Comparing base (384b76d) to head (b3ad170).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #214   +/-   ##
=======================================
  Coverage   87.89%   87.89%           
=======================================
  Files          31       31           
  Lines        2354     2354           
=======================================
  Hits         2069     2069           
  Misses        285      285           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #215

@pyup-bot pyup-bot closed this Apr 21, 2025
@OliverDrechsler OliverDrechsler deleted the pyup-scheduled-update-2025-04-14 branch April 21, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants