-
Notifications
You must be signed in to change notification settings - Fork 0
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.24.0 to 20.24.6 #138
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.0 to 20.24.6. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.24.0...20.24.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Oct 23, 2023
@dependabot merge
…On Mon, Oct 23, 2023 at 7:32 PM dependabot[bot] ***@***.***> wrote:
Bumps virtualenv <https://github.com/pypa/virtualenv> from 20.24.0 to
20.24.6.
Release notes
*Sourced from virtualenv's releases
<https://github.com/pypa/virtualenv/releases>.*
20.24.6 What's Changed
- release 20.24.5 by @gaborbernat <https://github.com/gaborbernat> in
pypa/virtualenv#2643
<https://redirect.github.com/pypa/virtualenv/pull/2643>
- Change "Virtualenv" to "virtualenv" to match style by @jackiekazil
<https://github.com/jackiekazil> in pypa/virtualenv#2646
<https://redirect.github.com/pypa/virtualenv/pull/2646>
- [test] Use get_hookimpls method instead of the private attribute by
@danigm <https://github.com/danigm> in pypa/virtualenv#2649
<https://redirect.github.com/pypa/virtualenv/pull/2649>
- Remove extra closing parenthesis by @patrick-csliu
<https://github.com/patrick-csliu> in pypa/virtualenv#2651
<https://redirect.github.com/pypa/virtualenv/pull/2651>
- Fix the CI by @gaborbernat <https://github.com/gaborbernat> in
pypa/virtualenv#2655
<https://redirect.github.com/pypa/virtualenv/pull/2655>
- Upgrade pip and setuptools by @gaborbernat
<https://github.com/gaborbernat> in pypa/virtualenv#2656
<https://redirect.github.com/pypa/virtualenv/pull/2656>
New Contributors
- @jackiekazil <https://github.com/jackiekazil> made their first
contribution in pypa/virtualenv#2646
<https://redirect.github.com/pypa/virtualenv/pull/2646>
- @danigm <https://github.com/danigm> made their first contribution
in pypa/virtualenv#2649
<https://redirect.github.com/pypa/virtualenv/pull/2649>
- @patrick-csliu <https://github.com/patrick-csliu> made their first
contribution in pypa/virtualenv#2651
<https://redirect.github.com/pypa/virtualenv/pull/2651>
*Full Changelog*: ***@***.***
<pypa/virtualenv@20.24.5...20.24.6>
20.24.5 What's Changed
- release 20.24.4 by @gaborbernat <https://github.com/gaborbernat> in
pypa/virtualenv#2633
<https://redirect.github.com/pypa/virtualenv/pull/2633>
- Fix brew cannot copy by @gaborbernat
<https://github.com/gaborbernat> in pypa/virtualenv#2640
<https://redirect.github.com/pypa/virtualenv/pull/2640>
- Test with 3.12 rc by @gaborbernat <https://github.com/gaborbernat>
in pypa/virtualenv#2641
<https://redirect.github.com/pypa/virtualenv/pull/2641>
- Upgrade setuptools by @gaborbernat <https://github.com/gaborbernat>
in pypa/virtualenv#2642
<https://redirect.github.com/pypa/virtualenv/pull/2642>
- GitHub Actions: Add PyPy 3.10 to testing by @cclauss
<https://github.com/cclauss> in pypa/virtualenv#2638
<https://redirect.github.com/pypa/virtualenv/pull/2638>
New Contributors
- @cclauss <https://github.com/cclauss> made their first contribution
in pypa/virtualenv#2639
<https://redirect.github.com/pypa/virtualenv/pull/2639>
*Full Changelog*: ***@***.***
<pypa/virtualenv@20.24.4...20.24.5>
20.24.4 What's Changed
- Fix typo found by codespell by @DimitriPapadopoulos
<https://github.com/DimitriPapadopoulos> in pypa/virtualenv#2624
<https://redirect.github.com/pypa/virtualenv/pull/2624>
- Updating extend.rst typo by @sagardesai1
<https://github.com/sagardesai1> in pypa/virtualenv#2626
<https://redirect.github.com/pypa/virtualenv/pull/2626>
New Contributors
- @DimitriPapadopoulos <https://github.com/DimitriPapadopoulos> made
their first contribution in pypa/virtualenv#2624
<https://redirect.github.com/pypa/virtualenv/pull/2624>
- @sagardesai1 <https://github.com/sagardesai1> made their first
contribution in pypa/virtualenv#2626
<https://redirect.github.com/pypa/virtualenv/pull/2626>
*Full Changelog*: ***@***.***
<pypa/virtualenv@20.24.3...20.24.4>
20.24.3 What's Changed
... (truncated)
Changelog
*Sourced from virtualenv's changelog
<https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst>.*
v20.24.6 (2023-10-23)
Bugfixes - 20.24.6
- Use get_hookimpls method instead of the private attribute in tests. (:issue:`2649`)
- Upgrade embedded wheels:
- setuptools to 68.2.2 from 68.2.0
- pip to 23.3.1 from 23.2.1 (:issue:2656)
v20.24.5 (2023-09-08)
Bugfixes - 20.24.5
-
Declare PyPy 3.10 support - by :user:cclauss. (:issue:2638)
-
Brew on macOS no longer allows copy builds - disallow choosing this by
:user:gaborbernat. (:issue:2640)
-
Upgrade embedded wheels:
- setuptools to 68.2.0 from 68.1.2 (:issue:2642)
v20.24.4 (2023-08-30)
Bugfixes - 20.24.4
- Upgrade embedded wheels:
- setuptools to 68.1.2 from 68.1.0 on 3.8+
- wheel to 0.41.2 from 0.41.1 on 3.7+ (:issue:2628)
v20.24.3 (2023-08-11)
Bugfixes - 20.24.3
-
Fixed ResourceWarning on exit caused by periodic update subprocess
(:issue:2472)
-
Upgrade embedded wheels:
- wheel to 0.41.1 from 0.41.0 (:issue:2622)
Misc - 20.24.3
- :issue:`2610`
</tr></table>
... (truncated)
Commits
- 29c08df
<pypa/virtualenv@29c08df>
release 20.24.6
- beafba7
<pypa/virtualenv@beafba7>
Upgrade pip and setuptools (#2656
<https://redirect.github.com/pypa/virtualenv/issues/2656>)
- e4eac75
<pypa/virtualenv@e4eac75>
Fix the CI (#2655
<https://redirect.github.com/pypa/virtualenv/issues/2655>)
- 6cb0868
<pypa/virtualenv@6cb0868>
[pre-commit.ci] pre-commit autoupdate (#2652
<https://redirect.github.com/pypa/virtualenv/issues/2652>)
- 210705f
<pypa/virtualenv@210705f>
Remove extra closing parenthesis (#2651
<https://redirect.github.com/pypa/virtualenv/issues/2651>)
- b82dd32
<pypa/virtualenv@b82dd32>
[test] Use get_hookimpls method instead of the private attribute (#2649
<https://redirect.github.com/pypa/virtualenv/issues/2649>)
- 97b3060
<pypa/virtualenv@97b3060>
[pre-commit.ci] pre-commit autoupdate (#2648
<https://redirect.github.com/pypa/virtualenv/issues/2648>)
- fc5627e
<pypa/virtualenv@fc5627e>
[pre-commit.ci] pre-commit autoupdate (#2645
<https://redirect.github.com/pypa/virtualenv/issues/2645>)
- 390ed2a
<pypa/virtualenv@390ed2a>
Change "Virtualenv" to "virtualenv" to match style (#2646
<https://redirect.github.com/pypa/virtualenv/issues/2646>)
- 8a7f85a
<pypa/virtualenv@8a7f85a>
[pre-commit.ci] pre-commit autoupdate (#2644
<https://redirect.github.com/pypa/virtualenv/issues/2644>)
- Additional commits viewable in compare view
<pypa/virtualenv@20.24.0...20.24.6>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @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)
------------------------------
You can view, comment on, or merge this pull request online at:
#138
Commit Summary
- 3db3f22
<3db3f22>
Bump virtualenv from 20.24.0 to 20.24.6
File Changes
(1 file <https://github.com/bmritz/ai-ghostfunctions/pull/138/files>)
- *M* poetry.lock
<https://github.com/bmritz/ai-ghostfunctions/pull/138/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(16)
Patch Links:
- https://github.com/bmritz/ai-ghostfunctions/pull/138.patch
- https://github.com/bmritz/ai-ghostfunctions/pull/138.diff
—
Reply to this email directly, view it on GitHub
<#138>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3KKG5FZS7GCYLNAED3BBLYA35CJAVCNFSM6AAAAAA6M2OGIWVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2TQMRQGE3TSMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Superseded by #143. |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps virtualenv from 20.24.0 to 20.24.6.
Release notes
Sourced from virtualenv's releases.
... (truncated)
Changelog
Sourced from virtualenv's changelog.
... (truncated)
Commits
29c08df
release 20.24.6beafba7
Upgrade pip and setuptools (#2656)e4eac75
Fix the CI (#2655)6cb0868
[pre-commit.ci] pre-commit autoupdate (#2652)210705f
Remove extra closing parenthesis (#2651)b82dd32
[test] Use get_hookimpls method instead of the private attribute (#2649)97b3060
[pre-commit.ci] pre-commit autoupdate (#2648)fc5627e
[pre-commit.ci] pre-commit autoupdate (#2645)390ed2a
Change "Virtualenv" to "virtualenv" to match style (#2646)8a7f85a
[pre-commit.ci] pre-commit autoupdate (#2644)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 will merge this PR once CI passes on it, as requested by @bmritz.
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)