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 virtualenv from 20.20.0 to 20.21.0 in /.github/workflows #196

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Bumps virtualenv from 20.20.0 to 20.21.0.

Changelog

Sourced from virtualenv's changelog.

v20.21.0 (2023-03-12)

Features - 20.21.0

- Make closure syntax explicitly starts with {||. (:issue:`2512`)

Bugfixes - 20.21.0

  • Add print command to nushell print_prompt to ensure compatibility with future release of nushell, where intermediate commands no longer print their result to stdout. (:issue:2514)
  • Do not assume the default encoding. (:issue:2515)
  • Make ReentrantFileLock thread-safe and, thereby, fix race condition in virtualenv.cli_run - by :user:radoering. (:issue:2516)
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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 1, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 1, 2023

Codecov Report

Merging #196 (f89881e) into main (51301d8) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #196   +/-   ##
=======================================
  Coverage   80.60%   80.60%           
=======================================
  Files          43       43           
  Lines        1676     1676           
  Branches      189      189           
=======================================
  Hits         1351     1351           
  Misses        285      285           
  Partials       40       40           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/virtualenv-20.21.0 branch from f89881e to ac278ee Compare April 11, 2023 18:04
Bumps [virtualenv](https:/pypa/virtualenv) from 20.20.0 to 20.21.0.
- [Release notes](https:/pypa/virtualenv/releases)
- [Changelog](https:/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.20.0...20.21.0)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/virtualenv-20.21.0 branch from ac278ee to 231454b Compare April 11, 2023 18:07
@tasansal tasansal merged commit e8a17dc into main Apr 11, 2023
@tasansal tasansal deleted the dependabot/pip/dot-github/workflows/virtualenv-20.21.0 branch April 11, 2023 18:09
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
Development

Successfully merging this pull request may close these issues.

2 participants