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

Bump pipenv from 2018.11.26 to 2020.11.15 in /python/helpers #1

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 14, 2021

Bumps pipenv from 2018.11.26 to 2020.11.15.

Release notes

Sourced from pipenv's releases.

Release v2020.11.15

No release notes provided.

Release v2020.11.4

No release notes provided.

Release v2020.8.13

Bug Fixes

  • Fixed behaviour of pipenv uninstall --all-dev. From now on it does not uninstall regular packages. [#3722](https://github.com/pypa/pipenv/issues/3722) <https://github.com/pypa/pipenv/issues/3722>_
  • Fix a bug that incorrect Python path will be used when --system flag is on. [#4315](https://github.com/pypa/pipenv/issues/4315) <https://github.com/pypa/pipenv/issues/4315>_
  • Fix falsely flagging a Homebrew installed Python as a virtual environment [#4316](https://github.com/pypa/pipenv/issues/4316) <https://github.com/pypa/pipenv/issues/4316>_
  • Fix a bug that pipenv uninstall throws an exception that does not exist. [#4321](https://github.com/pypa/pipenv/issues/4321) <https://github.com/pypa/pipenv/issues/4321>_
  • Fix a bug that Pipenv can't locate the correct file of special directives in setup.cfg of an editable package. [#4335](https://github.com/pypa/pipenv/issues/4335) <https://github.com/pypa/pipenv/issues/4335>_
  • Fix a bug that setup.py can't be parsed correctly when the assignment is type-annotated. [#4342](https://github.com/pypa/pipenv/issues/4342) <https://github.com/pypa/pipenv/issues/4342>_
  • Fix a bug that pipenv graph throws an exception that PipenvCmdError(cmd_string, c.out, c.err, return_code). [#4388](https://github.com/pypa/pipenv/issues/4388) <https://github.com/pypa/pipenv/issues/4388>_
  • Do not copy the whole directory tree of local file package. [#4403](https://github.com/pypa/pipenv/issues/4403) <https://github.com/pypa/pipenv/issues/4403>_
  • Correctly detect whether Pipenv in run under an activated virtualenv. [#4412](https://github.com/pypa/pipenv/issues/4412) <https://github.com/pypa/pipenv/issues/4412>_

Vendored Libraries

  • Update requirementslib to 1.5.12. [#4385](https://github.com/pypa/pipenv/issues/4385) <https://github.com/pypa/pipenv/issues/4385>_
    • Update requirements to 1.5.13.
    • Update pip-shims to 0.5.3. [#4421](https://github.com/pypa/pipenv/issues/4421) <https://github.com/pypa/pipenv/issues/4421>_

Release v2020.6.2

2020.6.2 (2020-06-02)

Features & Improvements

  • Pipenv will now detect existing venv and virtualenv based virtual environments more robustly. #4276

Bug Fixes

  • + signs in URL authentication fragments will no longer be incorrectly replaced with space ( ) characters. #4271
  • Fixed a regression which caused Pipenv to fail when running under /. #4273
  • setup.py files with version variables read from os.environ are now able to be parsed successfully. #4274
  • Fixed a bug which caused Pipenv to fail to install packages in a virtual environment if those packages were already present in the system global environment. #4276
  • Fix a bug that caused non-specific versions to be pinned in Pipfile.lock. #4278
  • Corrected a missing exception import and invalid function call invocations in pipenv.cli.command. #4286
  • Fixed an issue with resolving packages with names defined by function calls in setup.py. #4292
  • Fixed a regression with installing the current directory, or ., inside a venv based virtual environment. #4295
  • Fixed a bug with the discovery of python paths on Windows which could prevent installation of environments during pipenv install. #4296
  • Fixed an issue in the requirementslib AST parser which prevented parsing of setup.py files for dependency metadata. #4298

... (truncated)

Changelog

Sourced from pipenv's changelog.

2020.11.15 (2020-11-15)

Features & Improvements

  • Support expanding environment variables in requirement URLs. [#3516](https://github.com/pypa/pipenv/issues/3516) <https://github.com/pypa/pipenv/issues/3516>_
  • Show warning message when a dependency is skipped in locking due to the mismatch of its markers. [#4346](https://github.com/pypa/pipenv/issues/4346) <https://github.com/pypa/pipenv/issues/4346>_

Bug Fixes

  • Fix a bug that executable scripts with leading backslash can't be executed via pipenv run. [#4368](https://github.com/pypa/pipenv/issues/4368) <https://github.com/pypa/pipenv/issues/4368>_
  • Fix a bug that VCS dependencies always satisfy even if the ref has changed. [#4387](https://github.com/pypa/pipenv/issues/4387) <https://github.com/pypa/pipenv/issues/4387>_
  • Restrict the acceptable hash type to SHA256 only. [#4517](https://github.com/pypa/pipenv/issues/4517) <https://github.com/pypa/pipenv/issues/4517>_
  • Fix the output of pipenv scripts under Windows platform. [#4523](https://github.com/pypa/pipenv/issues/4523) <https://github.com/pypa/pipenv/issues/4523>_
  • Fix a bug that the resolver takes wrong section to validate constraints. [#4527](https://github.com/pypa/pipenv/issues/4527) <https://github.com/pypa/pipenv/issues/4527>_

Vendored Libraries

  • Update vendored dependencies:
    • colorama from 0.4.3 to 0.4.4
    • python-dotenv from 0.10.3 to 0.15.0
    • first from 2.0.1 to 2.0.2
    • iso8601 from 0.1.12 to 0.1.13
    • parse from 1.15.0 to 1.18.0
    • pipdeptree from 0.13.2 to 1.0.0
    • requests from 2.23.0 to 2.25.0
    • idna from 2.9 to 2.10
    • urllib3 from 1.25.9 to 1.26.1
    • certifi from 2020.4.5.1 to 2020.11.8
    • requirementslib from 1.5.15 to 1.5.16
    • attrs from 19.3.0 to 20.3.0
    • distlib from 0.3.0 to 0.3.1
    • packaging from 20.3 to 20.4
    • six from 1.14.0 to 1.15.0
    • semver from 2.9.0 to 2.13.0
    • toml from 0.10.1 to 0.10.2
    • cached-property from 1.5.1 to 1.5.2
    • yaspin from 0.14.3 to 1.2.0
    • resolvelib from 0.3.0 to 0.5.2
    • pep517 from 0.8.2 to 0.9.1
    • zipp from 0.6.0 to 1.2.0
    • importlib-metadata from 1.6.0 to 2.0.0
    • importlib-resources from 1.5.0 to 3.3.0 [#4533](https://github.com/pypa/pipenv/issues/4533) <https://github.com/pypa/pipenv/issues/4533>_

Improved Documentation

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pipenv](https://github.com/pypa/pipenv) from 2018.11.26 to 2020.11.15.
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/master/CHANGELOG.rst)
- [Commits](pypa/pipenv@v2018.11.26...v2020.11.15)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 14, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 31, 2021

Superseded by #85.

@dependabot dependabot bot closed this May 31, 2021
@dependabot dependabot bot deleted the dependabot/pip/python/helpers/pipenv-2020.11.15 branch May 31, 2021 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
0 participants