auth0-python
auth0-python copied to clipboard
Bump pipx from 1.3.3 to 1.4.3
Bumps pipx from 1.3.3 to 1.4.3.
Release notes
Sourced from pipx's releases.
1.4.3
What's Changed
- Bump changelog for 1.4.2 by
@chryslein pypa/pipx#1202- Add macos shebang workaround description by
@Gitznikin pypa/pipx#1204- Introduce towncrier by
@Gitznikin pypa/pipx#1201- Potential fix for pylauncher with python version by
@Gitznikin pypa/pipx#1186- fix: nicer tracebacks in run mode on scripts by
@henryiiiin pypa/pipx#1191Full Changelog: https://github.com/pypa/pipx/compare/1.4.2...1.4.3
1.4.2
What's Changed
- Update "Running pipx From Source Tree" section by
@chryslein pypa/pipx#1183- Bump changelog manually by
@dukecat0in pypa/pipx#1184- Print more user friendly error when --python version not found by
@Gitznikin pypa/pipx#1171- Allow skipping maintenance tasks for list command by
@Gitznikin pypa/pipx#1163- fix: use modern PEP 723 syntax, fix mistake in name by
@henryiiiin pypa/pipx#1180- Tidy up changelog entries by
@dukecat0in pypa/pipx#1193- chore: modernize toml by
@henryiiiin pypa/pipx#1192- Fix CI job to include
tomliin zipapp by@sgryjpin pypa/pipx#1194- Fix "Bump changelog on release" GH Action by
@chryslein pypa/pipx#1188- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin pypa/pipx#1197- Verify if script name provided is a file before running it by
@dukecat0in pypa/pipx#1155- Fix python path resolution on linux by
@Gitznikin pypa/pipx#1196New Contributors
@Gitznikmade their first contribution in pypa/pipx#1171@sgryjpmade their first contribution in pypa/pipx#1194Full Changelog: https://github.com/pypa/pipx/compare/1.4.1...1.4.2
1.4.1
Note: This release contains a fix for the output of debug log messages in the console. They are now hidden when additional flags such as
--verboseare not passed.What's Changed
- Set default logging level to WARNING by
@dukecat0in pypa/pipx#1178- Remove
-qfromlist --jsontest by@dukecat0in pypa/pipx#1181Full Changelog: https://github.com/pypa/pipx/compare/1.4.0...1.4.1
1.4.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin pypa/pipx#1136- Fix minor grammar error in comparisons.md by
@NateEagin pypa/pipx#1137- Bump actions/setup-python from 4 to 5 by
@dependabotin pypa/pipx#1139- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin pypa/pipx#1141- Add Scoop installation instructions by
@sitiomin pypa/pipx#1140- Update the installation instructions in docs by
@dukecat0in pypa/pipx#1144
... (truncated)
Changelog
Sourced from pipx's changelog.
1.4.3 - 2024-01-16
Bugfixes
- Autofix python version for pylauncher, when version is provided prefixed with
python(#1150)- Support building pipx wheels with setuptools-scm<7, such as on FreeBSD. (#1208)
Improved Documentation
- Provide useful error messages when unresolvable python version is passed (#1150)
- Introduce towncrier for managing the changelog (#1161)
- Add workaround for using pipx applications in shebang under macOS (#1198)
1.4.2
Features
- Allow skipping maintenance tasks during list command
- Raise more user friendly error when provided
--pythonversion is not found- Update
pipx runon scripts using/// scriptand noruntable following the updated version of PEP 723 (#1180)Bugfixes
- Include
tomliintopipx.pyz(zipapp) so that it can be executed with Python 3.10 or earlier (#1142)- Fix resolving the python executable path on linux
pipx run: Verify whether the script name provided is a file before running it- Avoid repeated exception logging in a few rare cases (#1192)
1.4.1
Bugfixes
- Set default logging level to WARNING, so debug log messages won't be shown without passing additional flags such as
--verbose1.4.0
Features
- Add
--quietand--verboseoptions for thepipxsubcommands- Add ability to install multiple packages at once
- Delete directories directly instead of spawning rmdir on Windows
Improved Documentation
- Add Scoop installation instructions
Bugfixes
... (truncated)
Commits
18a0784fix: nicer tracebacks in run mode on scripts (#1191)6918c4dPotential fix for pylauncher with python version (#1186)2221e03Introduce towncrier (#1201)4dd1b6bAdd macos shebang workaround description (#1204)0c4fd1bBump changelog for 1.4.2 (#1202)2441503Fix python path resolution on linux (#1196)5563ae6Verify if script name provided is a file before running it (#1155)9956f7a[pre-commit.ci] pre-commit autoupdate (#1197)0ea5ed6Fix "Bump changelog on release" GH Action (#1188)98c803fFix CI job to includetomliin zipapp (#1194)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.