Skip to content
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

Scheduled weekly dependency update for week 01 #4127

Merged
merged 3 commits into from
Jan 4, 2022

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Jan 3, 2022

Update requests from 2.26.0 to 2.27.0.

Changelog

2.27.0

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

**Improvements**

- Officially added support for Python 3.10. (5928)

- Added a `requests.exceptions.JSONDecodeError` to unify JSON exceptions between
Python 2 and 3. This gets raised in the `response.json()` method, and is
backwards compatible as it inherits from previously thrown exceptions.
Can be caught from `requests.exceptions.RequestException` as well. (5856)

- Improved error text for misnamed `InvalidSchema` and `MissingSchema`
exceptions. This is a temporary fix until exceptions can be renamed
(Schema->Scheme). (6017)

- Improved proxy parsing for proxy URLs missing a scheme. This will address
recent changes to `urlparse` in Python 3.9+. (5917)

**Bugfixes**

- Fixed defect in `extract_zipped_paths` which could result in an infinite loop
for some paths. (5851)

- Fixed handling for `AttributeError` when calculating length of files obtained
by `Tarfile.extractfile()`. (5239)

- Fixed urllib3 exception leak, wrapping `urllib3.exceptions.InvalidHeader` with
`requests.exceptions.InvalidHeader`. (5914)

- Fixed bug where two Host headers were sent for chunked requests. (5391)

- Fixed regression in Requests 2.26.0 where `Proxy-Authorization` was
incorrectly stripped from all requests sent with `Session.send`. (5924)

- Fixed performance regression in 2.26.0 for hosts with a large number of
proxies available in the environment. (5924)

- Fixed idna exception leak, wrapping `UnicodeError` with
`requests.exceptions.InvalidURL` for URLs with a leading dot (.) in the
domain. (5414)

**Deprecations**

- Requests support for Python 2.7 and 3.6 will be ending in 2022. While we
don't have exact dates, Requests 2.27.x is likely to be the last release
series providing support.
Links

Update psycopg2-binary from 2.9.2 to 2.9.3.

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

Links

Update django-debug-toolbar from 3.2.2 to 3.2.4.

Changelog

3.2.4

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

* Revert PR 1426 - Fixes issue with SQL parameters having leading and
trailing characters stripped away.

3.2.3

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

* Changed cache monkey-patching for Django 3.2+ to iterate over existing
caches and patch them individually rather than attempting to patch
``django.core.caches`` as a whole. The ``middleware.cache`` is still
being patched as a whole in order to attempt to catch any cache
usages before ``enable_instrumentation`` is called.
* Add check ``W006`` to warn that the toolbar is incompatible with
``TEMPLATES`` settings configurations with ``APP_DIRS`` set to ``False``.
* Create ``urls`` module and update documentation to no longer require
importing the toolbar package.
Links

Update Faker from 10.0.0 to 11.1.0.

Changelog

11.1.0

* Add providers for `az_AZ` locale. Thanks sevdimali.

11.0.0

* Replace `lorempixel.com` service with `picsum.photos` in `image_url` provider.
* Add `placeholder_url` argument to `image_url`.
Links

@fuzzylogic2000 fuzzylogic2000 force-pushed the pyup-scheduled-update-2022-01-03 branch from fef3745 to 057a5d2 Compare January 4, 2022 09:40
@github-actions
Copy link

github-actions bot commented Jan 4, 2022

Coverage report

Total coverage

Status Category Percentage Covered / Total
🔴 Statements 11.48% 153/1333
🔴 Branches 9.08% 69/760
🔴 Functions 11.74% 52/443
🔴 Lines 17.74% 697/3930

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

Report generated by 🧪jest coverage report action from 057a5d2

@fuzzylogic2000 fuzzylogic2000 merged commit 1c26ae3 into main Jan 4, 2022
@fuzzylogic2000 fuzzylogic2000 deleted the pyup-scheduled-update-2022-01-03 branch January 4, 2022 10:08
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