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

Update all minor versions (master) (minor) #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
lxml (source, changelog) ==4.7.1 -> ==4.9.4 age adoption passing confidence packages minor
openresty/openresty 1.21.4.3-2-jammy -> 1.27.1.1-2-jammy age adoption passing confidence final minor
pipenv ==2022.1.8 -> ==2022.12.19 age adoption passing confidence minor
requests (source, changelog) ==2.27.1 -> ==2.32.3 age adoption passing confidence packages minor

Release Notes

lxml/lxml (lxml)

v4.9.4

Compare Source

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

Bugs fixed

  • LP#2046398: Inserting/replacing an ancestor into a node's children could loop indefinitely.

  • LP#1980767, GH#379: TreeBuilder.close() could fail with a TypeError after
    parsing incorrect input. Original patch by Enrico Minack.

  • LP#1522052: A file-system specific test is now optional and should no longer fail
    on systems that don't support it.

Other changes

  • Wheels include zlib 1.3, libxml2 2.10.3 and libxslt 1.1.39
    (zlib 1.2.12, libxml2 2.10.3 and libxslt 1.1.37 on Windows).

  • Built with Cython 0.29.37.

v4.9.3

Compare Source

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

Bugs fixed

  • LP#2008911: lxml.objectify accepted non-decimal numbers like ²²² as integers.

  • A memory leak in lxml.html.clean was resolved by switching to Cython 0.29.34+.

  • GH#348: URL checking in the HTML cleaner was improved.
    Patch by Tim McCormack.

  • GH#371, GH#373: Some regex strings were changed to raw strings to fix Python warnings.
    Patches by Jakub Wilk and Anthony Sottile.

Other changes

  • Wheels include zlib 1.2.13, libxml2 2.10.3 and libxslt 1.1.38
    (zlib 1.2.12, libxml2 2.10.3 and libxslt 1.1.37 on Windows).

  • Built with Cython 0.29.36 to adapt to changes in Python 3.12.

v4.9.2

Compare Source

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

Bugs fixed

Other changes

  • LP#1981760: Element.attrib now registers as collections.abc.MutableMapping.

  • lxml now has a static build setup for macOS on ARM64 machines (not used for building wheels).
    Patch by Quentin Leffray.

v4.9.1

Compare Source

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

Bugs fixed

  • A crash was resolved when using iterwalk() (or canonicalize())
    after parsing certain incorrect input. Note that iterwalk() can crash
    on valid input parsed with the same parser after failing to parse the
    incorrect input.

v4.9.0

Compare Source

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

Bugs fixed

  • GH#341: The mixin inheritance order in lxml.html was corrected.
    Patch by xmo-odoo.

Other changes

  • Built with Cython 0.29.30 to adapt to changes in Python 3.11 and 3.12.

  • Wheels include zlib 1.2.12, libxml2 2.9.14 and libxslt 1.1.35
    (libxml2 2.9.12+ and libxslt 1.1.34 on Windows).

  • GH#343: Windows-AArch64 build support in Visual Studio.
    Patch by Steve Dower.

v4.8.0

Compare Source

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

Features added

  • GH#337: Path-like objects are now supported throughout the API instead of just strings.
    Patch by Henning Janssen.

  • The ElementMaker now supports QName values as tags, which always override
    the default namespace of the factory.

Bugs fixed

  • GH#338: In lxml.objectify, the XSI float annotation "nan" and "inf" were spelled in
    lower case, whereas XML Schema datatypes define them as "NaN" and "INF" respectively.
    Patch by Tobias Deiminger.

Other changes

  • Built with Cython 0.29.28.
pypa/pipenv (pipenv)

v2022.12.19

Compare Source

Bug Fixes

  • Fix for requirementslib hanging during install of remote wheels files. #​5546

v2022.12.17

Compare Source

Bug Fixes

  • virtualenv creation no longer uses --creator=venv by default; introduced two environment variables:
    PIPENV_VIRTUALENV_CREATOR -- May be specified to instruct virtualenv which --creator= to use.
    PIPENV_VIRTUALENV_COPIES -- When specified as truthy, instructs virtualenv to not use symlinks. #​5477
  • Fix regression where path is not propagated to the Pipfile.lock. #​5479
  • Solve issue where null markers were getting added to lock file when extras were provided. #​5486
  • Fix: update --outdated raises NonExistentKey with outdated dev packages #​5540

Vendored Libraries

  • Vendor in pip==22.3.1 which is currently the latest version of pip. #​5520
    • Bump version of requirementslib to 2.2.1
    • Bump version of vistir to 0.7.5
    • Bump version of colorama to 0.4.6 #​5522
  • Bump plette version to 0.4.4 #​5539

v2022.11.30

Compare Source

Bug Fixes

  • Fix regression: pipenv does not sync indexes to lockfile. #​5508

v2022.11.25

Compare Source

Bug Fixes

  • Solving issue where pipenv check command has been broken in the published wheel distribution. #​5493

v2022.11.24

Compare Source

Bug Fixes

  • Stop building universal wheels since Python 2 is no longer supported. #​5496

v2022.11.23

Compare Source

Features & Improvements

  • Find nushell activate scripts. #​5470

Vendored Libraries

    • Drop unused code from cerberus
    • Drop unused module wheel #​5467
    • Replace yaspin spinner with rich spinner.
    • Bump vistir version to 0.7.4 #​5468
  • Bump version of requirementslib to 2.2.0
    Drop yaspin which is no longer used.
    Bump vistir to version 0.7.4
    Remove parse.
    Remove termcolor.
    Remove idna. #​5481

v2022.11.11

Compare Source

Bug Fixes

  • Fix regression of lock generation that caused the keep-outdated behavior to be default. #​5456

v2022.11.5

Compare Source

Bug Fixes

  • Rollback the change in version of colorama due to regressions in core functionality. #​5459

v2022.11.4

Compare Source

Features & Improvements

  • Allow pipenv settings to be explicitly disabled more easily by assigning to the environment variable a falsy value. #​5451

Bug Fixes

  • Provide an install iteration per index when install_search_all_sources is false (default behavior).
    This fixes regression where install phase was using unexpected index after updating pip==22.3 #​5444

Vendored Libraries

  • Drop tomli, which is not used anymore.
    Bump attrs version see #​5449.
    Drop distlib, colorama and platformdirs - use the ones from pip._vendor. #​5450

v2022.10.25

Compare Source

Features & Improvements

  • Add support to export requirements file for a specified set of categories. #​5431

Vendored Libraries

  • Remove appdirs.py in favor of platformdirs. #​5420

Removals and Deprecations

  • Remove usage of vistir.cmdparse in favor of pipenv.cmdparse #​5419

v2022.10.12

Compare Source

Improved Documentation

  • Update pipenv docs for with example for callabale package functions in Pipfile scripts #​5396

v2022.10.11

Compare Source

Bug Fixes

  • Revert decision to change the default isolation level because it caused problems with existing workflows; solution is to recommend users that have issues requiring pre-requisites to pass --extra-pip-args="--no-build-isolation" in their install or sync commands. #​5399

v2022.10.10

Compare Source

Features & Improvements

  • Add ability for callable scripts in Pipfile under [scripts]. Callables can now be added like: <pathed.module>:<func> and can also take arguments. For example: func = {call = "package.module:func('arg1', 'arg2')"} then this can be activated in the shell with pipenv run func #​5294

Bug Fixes

  • Fixes regression from 2022.10.9 where Pipfile with pipenv section began generating new hash,
    and also fix regression where lock phase did not update the hash value. #​5394

v2022.10.9

Compare Source

Behavior Changes

  • New pipfiles show python_full_version under [requires] if specified. Previously creating a new pipenv project would only specify in the Pipfile the major and minor version, i.e. "python_version = 3.7". Now if you create a new project with a fully named python version it will record both in the Pipfile. So: "python_version = 3.7" and "python_full_version = 3.7.2" #​5345

Relates to dev process changes

  • Silence majority of pytest.mark warnings by registering custom marks. Can view a list of custom marks by running pipenv run pytest --markers

v2022.10.4

Compare Source

Bug Fixes

  • Use --creator=venv when creating virtual environments to avoid issue with sysconfig posix_prefix on some systems. #​5075
  • Prefer to use the lockfile sources if available during the install phase. #​5380

Vendored Libraries

  • Drop vendored six - we no longer depend on this library, as we migrated from pipfile to plette. #​5187

v2022.9.24

Compare Source

Bug Fixes

  • Update requirementslib==2.0.3 to always evaluate the requirement markers fresh (without lru_cache) to fix marker determinism issue. #​4660

v2022.9.21

Compare Source

Bug Fixes

  • Fix regression to install --skip-lock with update to plette. #​5368

v2022.9.20

Compare Source

Behavior Changes

  • Remove usage of pipfile module in favour of Plette.
    pipfile is not actively maintained anymore. Plette is actively maintained,
    and has stricter checking of the Pipefile and Pipefile.lock. As a result,
    Pipefile with unnamed package indices will fail to lock. If a Pipefile
    was hand crafeted, and the source is anonymous an error will be thrown.
    The solution is simple, add a name to your index, e.g, replace:

    [[source]]
    url = "https://pypi.acme.com/simple"
    verify_ssl = true
    

    With:

    [[source]]
    url = "https://pypi.acme.com/simple"
    verify_ssl = true
    name = acmes_private_index  `#&#8203;5339 <https://github.com/pypa/pipenv/issues/5339>`_
    

Bug Fixes

  • Modernize pipenv path patch with importlib.util to eliminate import of pkg_resources #​5349

Vendored Libraries

  • Remove iso8601 from vendored packages since it was not used. #​5346

v2022.9.8

Compare Source

Features & Improvements

  • It is now possible to supply additional arguments to pip install by supplying --extra-pip-args="<arg1> <arg2>"
    See the updated documentation Supplying additional arguments to pip for more details. #​5283

Bug Fixes

  • Make editable detection better because not everyone specifies editable entry in the Pipfile for local editable installs. #​4784
  • Add error handling for when the installed package setup.py does not contain valid markers. #​5329
  • Load the dot env earlier so that PIPENV_CUSTOM_VENV_NAME is more useful across projects. #​5334

Vendored Libraries

  • Bump version of shellingham to support nushell. #​5336
  • Bump plette to version v0.3.0 #​5337
  • Bump version of pipdeptree #​5343

Removals and Deprecations

  • Add deprecation warning to the --three flag. Pipenv now uses python3 by default. #​5328

Relates to dev process changes

  • Convert the test runner to use pypiserver as a standalone process for all tests that referencce internal pypi artifacts.
    General refactoring of some test cases to create more variety in packages selected--preferring lighter weight packages--in existing test cases.

v2022.9.4

Compare Source

Bug Fixes

  • Fix the issue from 2022.9.2 where tarball URL packages were being skipped on batch_install. #​5306

v2022.9.2

Compare Source

Bug Fixes

  • Update requirementslib==2.0.3 to always evaluate the requirement markers fresh (without lru_cache) to fix marker determinism issue. #​4660

v2022.8.31

Compare Source

Features & Improvements

  • Performance optimization to batch_install results in a faster and less CPU intensive pipenv sync or pipenv install experience. #​5301

Bug Fixes

  • pipenv now uses a NamedTemporaryFile for rsolver constraints and drops internal env var PIPENV_PACKAGES. #​4925

Removals and Deprecations

  • Remove no longer used method which_pip. #​5314
  • Drop progress bar file due to recent performance optimization to combine batch_install requirements in at most two invocations of pip install.
    To see progress of install pass --verbose flag and pip progress will be output in realtime. #​5315

v2022.8.30

Compare Source

Bug Fixes

  • Fix an issue when using pipenv install --system on systems that having the python executable pointing to Python 2 and a Python 3 executable being python3. #​5296
  • Sorting constraints before resolving, which fixes pipenv lock generates nondeterminism environment markers. #​5299
  • Fix #​5273, use our own method for checking if a package is a valid constraint. #​5309

Vendored Libraries

  • Vendor in requirementslib==2.0.1 which fixes issue with local install not marked editable, and vendor in vistir==0.6.1 which drops python2 support.
    Drops orderedmultidict from vendoring. #​5308

v2022.8.24

Compare Source

Bug Fixes

  • Remove eager and unnecessary importing of setuptools and pkg_resources to avoid conflict upgrading setuptools.
    Roll back sysconfig patch of pip because it was problematic for some --system commands. #​5228

Vendored Libraries

  • Vendor in requirementslib==2.0.0 and drop pip-shims entirely. #​5228
  • Vendor in pythonfinder==1.3.1 #​5292

v2022.8.19

Compare Source

Bug Fixes

  • Fix issue where resolver is provided with install_requires constraints from setup.py that depend on editable dependencies and could not resolve them. #​5271
  • Fix for pipenv lock fails for packages with extras as of 2022.8.13. #​5274
  • Revert the exclusion of BAD_PACKAGES from batch_install in order for pipenv to install specific versions of setuptools.
    To prevent issue upgrading setuptools this patches _USE_SYSCONFIG_DEFAULT to use sysconfig for 3.7 and above whereas pip default behavior was 3.10 and above. #​5275

v2022.8.17

Compare Source

Bug Fixes

  • Fix "The Python interpreter can't be found" error when running pipenv install --system with a python3 but no python. #​5261
  • Revise pip import patch to include only pipenv from site-packages and removed --ignore-installed argument from pip install in order to fix regressions with --use-site-packages. #​5265

v2022.8.15

Compare Source

Bug Fixes

  • pip_install method was using a different way of finding the python executable than other pipenv commands, which caused an issue with skipping package installation if it was already installed in site-packages. #​5254

v2022.8.14

Compare Source

Bug Fixes

  • Removed packaging library from BAD_PACKAGES constant to allow it to be installed, which fixes regression from pipenv==2022.8.13. #​5247

v2022.8.13

Compare Source

Bug Fixes

  • If environment variable CI or TF_BUILD is set but does not evaluate to False it is now treated as True. #​5128
  • Fix auto-complete crashing on 'install' and 'uninstall' keywords #​5214
  • Address remaining pipenv commands that were still referencing the user or system installed pip to use the vendored pip internal to pipenv. #​5229
  • Use packages as constraints when locking dev-packages in Pipfile.
    Use packages as constraints when installing new dev-packages. #​5234

Vendored Libraries

  • Vendor in minor pip update 22.2.2 #​5230

Improved Documentation

  • Add documentation for environment variables the configure pipenv. #​5235

Removals and Deprecations

  • The deprecated way of generating requirements install -r or lock -r has been removed in favor of the pipenv requirements command. #​5200

v2022.8.5

Compare Source

Features & Improvements

  • support PIPENV_CUSTOM_VENV_NAME to be the venv name if specified, update relevant docs. #​4974

Bug Fixes

  • Remove usages of pip_shims from the non vendored pipenv code, but retain initialization for requirementslib still has usages. #​5204
  • Fix case sensitivity of color name red in exception when getting hashes from pypi in _get_hashes_from_pypi. #​5206
  • Write output from subprocess_run directly to stdout instead of creating temporary file.
    Remove deprecated distutils.sysconfig, use sysconfig. #​5210

Vendored Libraries

    • Rename patched notpip to pip in order to be clear that its a patched version of pip.
    • Remove the part of _post_pip_import.patch that overrode the standalone pip to be the user installed pip, now we fully rely on our vendored and patched pip, even for all types of installs.
    • Vendor in the next newest version of pip==22.2
    • Modify patch for pipdeptree to not use pip-shims #​5188
    • Remove vendored urllib3 in favor of using it from vendored version in pip._vendor #​5215

Removals and Deprecations

  • Remove tests that have been for a while been marked skipped and are no longer relevant. #​5165

v2022.7.24

Compare Source

Bug Fixes

  • Re-enabled three installs tests again on the Windows CI as recent refactor work has fixed them. #​5064
  • Support ANSI NO_COLOR environment variable and deprecate PIPENV_COLORBLIND variable, which will be removed after this release. #​5158
  • Fixed edge case where a non-editable file, url or vcs would overwrite the value no_deps for all other requirements in the loop causing a retry condition. #​5164
  • Vendor in latest requirementslib for fix to lock when using editable VCS module with specific @ git reference. #​5179

Vendored Libraries

  • Remove crayons and replace with click.secho and click.styles per #​3741 #​3741
  • Vendor in latest version of pip==22.1.2 which upgrades pipenv from pip==22.0.4.
    Vendor in latest version of requirementslib==1.6.7 which includes a fix for tracebacks on encountering Annotated variables.
    Vendor in latest version of pip-shims==0.7.3 such that imports could be rewritten to utilize packaging from vendor'd pip.
    Drop the packaging requirement from the vendor directory in pipenv. #​5147
  • Remove unused vendored dependency normailze-charset. #​5161
  • Remove obsolete package funcsigs. #​5168
  • Bump vendored dependency pyparsing==3.0.9. #​5170

v2022.7.4

Compare Source

Behavior Changes

  • Adjust pipenv requirements to add markers and add an --exclude-markers option to allow the exclusion of markers. #​5092

Bug Fixes

  • Stopped expanding environment variables when using pipenv requirements #​5134

Vendored Libraries

  • Depend on requests and certifi from vendored pip and remove them as explicit vendor dependencies. #​5000
  • Vendor in the latest version of requirementslib==1.6.5 which includes bug fixes for beta python versions, projects with an at sign (@​) in the path, and a setuptools deprecation warning. #​5132

Relates to dev process changes

  • Switch from using type comments to type annotations.

v2022.6.7

Compare Source

What's Changed

Full Changelog: pypa/pipenv@v2022.5.2...v2022.6.7

v2022.5.2

Compare Source

Bug Fixes

  • Fixes issue of pipenv lock -r command printing to stdout instead of stderr. #​5091

v2022.4.30

Compare Source

Bug Fixes

  • Fixes issue of requirements command problem by modifying to print -e and path of the editable package. #​5070
  • Revert specifier of setuptools requirement in setup.py back to what it was in order to fix FileNotFoundError: [Errno 2] issue report. #​5075
  • Fixes issue of requirements command where git requirements cause the command to fail, solved by using existing convert_deps_to_pip function. #​5076

Vendored Libraries

  • Vendor in requirementslib==1.6.4 to Fix SetuptoolsDeprecationWarning setuptools.config.read_configuration became deprecated. #​5081

Removals and Deprecations

  • Remove more usage of misc functions of vistir. Many of this function are available in the STL or in another dependency of pipenv. #​5078

v2022.4.21

Compare Source

Removals and Deprecations

  • Updated setup.py to remove support for python 3.6 from built pipenv packages' Metadata. #​5065

v2022.4.20

Compare Source

Features & Improvements

  • Added new Pipenv option install_search_all_sources that allows installation of packages from an
    existing Pipfile.lock to search all defined indexes for the constrained package version and hash signatures. #​5041

Bug Fixes

  • allow the user to disable the no_input flag, so the use of e.g Google Artifact Registry is possible. #​4706
  • Fixes case where packages could fail to install and the exit code was successful. #​5031

Vendored Libraries

  • Updated vendor version of pip from 21.2.2 to 22.0.4 which fixes a number of bugs including
    several reports of pipenv locking for an infinite amount of time when using certain package constraints.
    This also drops support for python 3.6 as it is EOL and support was removed in pip 22.x #​4995

Removals and Deprecations

  • Removed the vendor dependency more-itertools as it was originally added for zipp, which since stopped using it. #​5044
  • Removed all usages of pipenv.vendor.vistir.compat.fs_str, since this function was used for PY2-PY3 compatibility and is no longer needed. #​5062

Relates to dev process changes

  • Added pytest-cov and basic configuration to the project for generating html testing coverage reports.
  • Make all CI jobs run only after the lint stage. Also added a makefile target for vendoring the packages.

v2022.4.8

Compare Source

Features & Improvements

  • Implements a pipenv requirements command which generates a requirements.txt compatible output without locking. #​4959
  • Internal to pipenv, the utils.py was split into a utils module with unused code removed. #​4992

Bug Fixes

  • Pipenv will now ignore .venv in the project when PIPENV_VENV_IN_PROJECT variable is False.
    Unset variable maintains the existing behavior of preferring to use the project's .venv should it exist. #​2763
  • Fix an edge case of hash collection in index restricted packages whereby the hashes for some packages would
    be missing from the Pipfile.lock following package index restrictions added in pipenv==2022.3.23. #​5023

Improved Documentation

  • Pipenv CLI documentation generation has been fixed. It had broke when click was vendored into the project in
    2021.11.9 because by default sphinx-click could no longer determine the CLI inherited from click. #​4778
  • Improve documentation around extra indexes and index restricted packages. #​5022

Removals and Deprecations

  • Removes the optional install argument --extra-index-url as it was not compatible with index restricted packages.
    Using the --index argument is the correct way to specify a package should be pulled from the non-default index. #​5022

Relates to dev process changes

  • Added code linting using pre-commit-hooks, black, flake8, isort, pygrep-hooks, news-fragments and check-manifest.
    Very similar to pip's configuration; adds a towncrier new's type process for change to Development processes.

v2022.3.28

Compare Source

Bug Fixes

  • Environment variables were not being loaded when the --quiet flag was set #​5010
  • It would appear that requirementslib was not fully specifying the subdirectory to build_pep517 and
    and when a new version of setuptools was released, the test test_lock_nested_vcs_direct_url
    broke indicating the Pipfile.lock no longer contained the extra dependencies that should have been resolved.
    This regression affected pipenv>=2021.11.9 but has been fixed by a patch to requirementslib. #​5019

Vendored Libraries

  • Vendor in pip==21.2.4 (from 21.2.2) in order to bring in requested bug fix for python3.6. Note: support for 3.6 will be dropped in a subsequent release. #​5008

v2022.3.24

Compare Source

Features & Improvements

  • It is now possible to silence the Loading .env environment variables message on pipenv run
    with the --quiet flag or the PIPENV_QUIET environment variable. #​4027

Bug Fixes

  • Fixes issue with new index safety restriction, whereby an unnamed extra sources index
    caused and error to be thrown during install. #​5002
  • The text Loading .env environment variables... has been switched back to stderr as to not
    break requirements.txt generation. Also it only prints now when a .env file is actually present. #​5003

v2022.3.23

Compare Source

Features & Improvements

  • Use environment variable PIPENV_SKIP_LOCK to control the behaviour of lock skipping. #​4797
  • New CLI command verify, checks the Pipfile.lock is up-to-date #​4893

Behavior Changes

  • Pattern expansion for arguments was disabled on Windows. #​4935

Bug Fixes

  • Python versions on Windows can now be installed automatically through pyenv-win #​4525
  • Patched our vendored Pip to fix: Pipenv Lock (Or Install) Does Not Respect Index Specified For A Package. #​4637
  • If PIP_TARGET is set to environment variables, Refer specified directory for calculate delta, instead default directory #​4775
  • Remove remaining mention of python2 and --two flag from codebase. #​4938
  • Use CI environment value, over mere existence of name #​4944
  • Environment variables from dot env files are now properly expanded when included in scripts. #​4975

Vendored Libraries

  • Updated vendor version of pythonfinder from 1.2.9 to 1.2.10 which fixes a bug with WSL
    (Windows Subsystem for Linux) when a path can not be read and Permission Denied error is encountered. #​4976

Removals and Deprecations

  • Removes long broken argument --code from install and --unused from check.
    Check command no longer takes in arguments to ignore.
    Removed the vendored dependencies: pipreqs and yarg #​4998
psf/requests (requests)

v2.32.3

Compare Source

Bugfixes

  • Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
    HTTPAdapter. (#​6716)
  • Fixed issue where Requests started failing to run on Python versions compiled
    without the ssl module. (#​6724)

v2.32.2

Compare Source

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted
    by the CVE changes in 2.32.0, we've renamed _get_connection to
    a new public API, get_connection_with_tls_context. Existing custom
    HTTPAdapters will need to migrate their code to use this new API.
    get_connection is considered deprecated in all versions of Requests>=2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease
    migration, but we strongly urge users to evaluate if their custom adapter
    is subject to the same issue described in CVE-2024-35195. (#​6710)

v2.32.1

Compare Source

Bugfixes

  • Add missing test certs to the sdist distributed on PyPI.

v2.32.0

Compare Source

Security

  • Fixed an issue where setting verify=False on the first request from a
    Session will cause subsequent requests to the same origin to also ignore
    cert verification, regardless of the value of verify.
    (GHSA-9wx4-h78v-vm56)

Improvements

  • verify=True now reuses a global SSLContext which should improve
    request time variance between first and subsequent requests. It should
    also minimize certificate load time on Windows systems when using a Python
    version built with OpenSSL 3.x. (#​6667)
  • Requests now supports optional use of character detection
    (chardet or charset_normalizer) when repackaged or vendored.
    This enables pip and other projects to minimize their vendoring
    surface area. The Response.text() and apparent_encoding APIs
    will default to utf-8 if neither library is present. (#​6702)

Bugfixes

  • Fixed bug in length detection where emoji length was incorrectly
    calculated in the request content-length. (#​6589)
  • Fixed deserialization bug in JSONDecodeError. (#​6629)
  • Fixed bug where an extra leading / (path separator) could lead
    urllib3 to unnecessarily reparse the request URI. (#​6644)

Deprecations

  • Requests has officially added support for CPython 3.12 (#​6503)
  • Requests has officially added support for PyPy 3.9 and 3.10 (#​6641)
  • Requests has officially dropped support for CPython 3.7 (#​6642)
  • Requests has officially dropped support for PyPy 3.7 and 3.8 (#​6641)

Documentation

  • Various typo fixes and doc improvements.

Packaging

  • Requests has started adopting some modern packaging practices.
    The source files for the projects (formerly requests) is now located
    in src/requests in the Requests sdist. (#​6506)
  • Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system
    using hatchling. This should not impact the average user, but extremely old
    versions of packaging utilities may have issues with the new packaging format.

v2.31.0

Compare Source

Security

  • Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential
    forwarding of Proxy-Authorization headers to destination servers when
    following HTTPS redirects.

    When proxies are defined with user info (https://user:pass@proxy:8080), Requests
    will construct a Proxy-Authorization header that is attached to the request to
    authenticate with the proxy.

    In cases where Requests receives a redirect response, it previously reattached
    the Proxy-Authorization header incorrectly, resulting in the value being
    sent through the tunneled connection to the destination server. Users who rely on
    defining their proxy credentials in the URL are strongly encouraged to upgrade
    to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy
    credentials once the change has been fully deployed.

    Users who do not use a proxy or do not supply their proxy credentials through
    the user information portion of their proxy URL are not subject to this
    vulnerability.

    Full details can be read in our Github Security Advisory
    and CVE-2023-32681.

v2.30.0

Compare Source

Dependencies

v2.29.0

Compare Source

Improvements

  • Requests now defers chunked requests to the urllib3 implementation to improve
    standardization. (#​6226)
  • Requests relaxes header component requirements to support bytes/str subclasses. (#​6356)

v2.28.2

Compare Source

Dependencies

  • Requests now supports charset_normalizer 3.x. (#​6261)

Bugfixes

  • Updated MissingSchema exception to suggest https scheme rather than http. (#​6188)

v2.28.1

Compare Source

Improvements

  • Speed optimization in iter_content with transition to yield from. (#​6170)

Dependencies

  • Added support for chardet 5.0.0 (#​6179)
  • Added support for charset-normalizer 2.1.0 (#​6169)

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 entries 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)

Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 8, 2024
Copy link
Contributor Author

renovate bot commented Nov 8, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: acceptance_tests/Pipfile.lock
Command failed: pipenv lock
Creating a virtualenv for this project
Pipfile: 
/tmp/renovate/repos/github/camptocamp/docker-swisstopo-light-basemap/acceptance_
tests/Pipfile
Using default python from 
/opt/containerbase/tools/pipenv/2024.4.1/3.13.2/bin/python3.13.2 to create 
virtualenv...
created virtual environment CPython3.13.2.final.0-64 in 271ms
  creator 
CPython3Posix(dest=/runner/cache/others/virtualenvs/acceptance_tests-1-rjUl5l, 
clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, via=copy, 
app_data_dir=/tmp/containerbase/cache/.local/share/virtualenv)
    added seed packages: pip==25.0.1
  activators 
BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator
,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /runner/cache/others/virtualenvs/acceptance_tests-1-rjUl5l
Locking [packages] dependencies...
ERROR:pip.subprocessor:Getting requirements to build wheel exited with 1
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.2/lib/python3.13/site-packages/pi
penv/resolver.py", line 451, in main
[ResolutionFailure]:       _main(
[ResolutionFailure]:       ~~~~~^
[ResolutionFailure]:       parsed.pre,
[ResolutionFailure]:       ^^^^^^^^^^^
[ResolutionFailure]:       ...<7 lines>...
[ResolutionFailure]:       category=parsed.category,
[ResolutionFailure]:       ^^^^^^^^^^^^^^^^^^^^^^^^^
[ResolutionFailure]:       )
[ResolutionFailure]:       ^
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.2/lib/python3.13/site-packages/pi
penv/resolver.py", line 436, in _main
[ResolutionFailure]:       resolve_packages(
[ResolutionFailure]:       ~~~~~~~~~~~~~~~~^
[ResolutionFailure]:       pre, clear, verbose, system, write, requirements_dir,
packages, category
[ResolutionFailure]:       
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ResolutionFailure]:       )
[ResolutionFailure]:       ^
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.2/lib/python3.13/site-packages/pi
penv/resolver.py", line 400, in resolve_packages
[ResolutionFailure]:       results, resolver = resolve_deps(
[ResolutionFailure]:       ~~~~~~~~~~~~^
[ResolutionFailure]:       packages,
[ResolutionFailure]:       ^^^^^^^^^
[ResolutionFailure]:       ...<7 lines>...
[ResolutionFailure]:       req_dir=requirements_dir,
[ResolutionFailure]:       ^^^^^^^^^^^^^^^^^^^^^^^^^
[ResolutionFailure]:       )
[ResolutionFailure]:       ^
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.2/lib/python3.13/site-packages/pi
penv/utils/resolver.py", line 967, in resolve_deps
[ResolutionFailure]:       results, hashes, internal_resolver = 
actually_resolve_deps(
[ResolutionFailure]:       ~~~~~~~~~~~~~~~~~~~~~^
[ResolutionFailure]:       deps,
[ResolutionFailure]:       ^^^^^
[ResolutionFailure]:       ...<7 lines>...
[ResolutionFailure]:       req_dir=req_dir,
[ResolutionFailure]:       ^^^^^^^^^^^^^^^^
[ResolutionFailure]:       )
[ResolutionFailure]:       ^
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.2/lib/python3.13/site-packages/pi
penv/utils/resolver.py", line 735, in actually_resolve_deps
[ResolutionFailure]:       resolver.resolve()
[ResolutionFailure]:       ~~~~~~~~~~~~~~~~^^
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.13.2/lib/python3.13/site-packages/pi
penv/utils/resolver.py", line 460, in resolve
[ResolutionFailure]:       raise ResolutionFailure(message=e)
Your dependencies could not be resolved. You likely have a mismatch in your 
sub-dependencies.
You can use $ pipenv run pip install <requirement_name> to bypass this 
mechanism, then run $ pipenv graph to inspect the versions actually installed in
the virtualenv.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: Getting requirements to build wheel exited with 1

Your dependencies could not be resolved. You likely have a mismatch in your 
sub-dependencies.
You can use $ pipenv run pip install <requirement_name> to bypass this 
mechanism, then run $ pipenv graph to inspect the versions actually installed in
the virtualenv.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: Failed to lock Pipfile.lock!

@renovate renovate bot force-pushed the renovate/master-all-minor-versions branch 2 times, most recently from 7af390c to 3753e10 Compare November 9, 2024 10:04
@renovate renovate bot force-pushed the renovate/master-all-minor-versions branch from 3753e10 to 5e58b6a Compare February 2, 2025 01:06
@renovate renovate bot force-pushed the renovate/master-all-minor-versions branch from 5e58b6a to 1341ce9 Compare February 26, 2025 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants