UNCLASSIFIED - NO CUI

Skip to content

Update all dependencies

renovate requested to merge renovate/all into development

This MR contains the following updates:

Package Type Update Change
certifi ironbank-pypi patch 2022.5.18 -> 2022.5.18.1
requests (source, changelog) ironbank-pypi minor 2.27.1 -> 2.28.0
requests (source, changelog) minor ==2.27.1 -> ==2.28.0
soupsieve ironbank-pypi patch 2.3.2 -> 2.3.2.post1
vobject ironbank-pypi patch 0.9.6 -> 0.9.6.1

Release Notes

certifi/python-certifi

v2022.5.18.1

Compare Source

psf/requests

v2.28.0

Compare Source

Deprecations

  • ️ Requests has officially dropped support for Python 2.7. ️ (#​6091)
  • Requests has officially dropped support for Python 3.6 (including pypy3.6). (#​6091)

Improvements

  • Wrap JSON parsing issues in Request's JSONDecodeError for payloads without an encoding to make json() API consistent. (#​6097)
  • Parse header components consistently, raising an InvalidHeader error in all invalid cases. (#​6154)
  • Added provisional 3.11 support with current beta build. (#​6155)
  • Requests got a makeover and we decided to paint it black. (#​6095)

Bugfixes

  • Fixed bug where setting CURL_CA_BUNDLE to an empty string would disable cert verification. All Requests 2.x versions before 2.28.0 are affected. (#​6074)
  • Fixed urllib3 exception leak, wrapping urllib3.exceptions.SSLError with requests.exceptions.SSLError for content and iter_content. (#​6057)
  • Fixed issue where invalid Windows registry entires caused proxy resolution to raise an exception rather than ignoring the entry. (#​6149)
  • Fixed issue where entire payload could be included in the error message for JSONDecodeError. (#​6036)
facelessuser/soupsieve

v2.3.2.post1

Compare Source

2.3.2.post1

  • FIX: Documentation for installation from source is outdated.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports