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 argparse requirement from ~=1.2.1 to ~=1.4.0 #107

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Updates the requirements on argparse to permit the latest version.

Changelog

Sourced from argparse's changelog.

argparse 1.4.0

  • make argparse behave for default args aka issue #12776, #11839: call argparse type function only once.
  • move to github:ThomasWaldmann/argparse
  • add TW as maintainer / give TW's email
  • add some usecase to README, clarify issue tracking
  • add a note to tox.ini about testing on dead snakes

argparse 1.3.0

  • added aliases support (thanks to Roland Kammerer!) + tests for it
  • use tox for testing python >= 2.6
  • tests successfully on 3.4 also (without random hash seed)
  • added argparse.external_lib = True so one can test one is really using / testing the external library (and not the builtin one in stdlib of recent Pythons)

argparse 1.2.2

  • added universal wheel support, built, signed and uploaded with: python setup.py sdist bdist_wheel upload --identity="Thomas Waldmann" --sign
  • host the files on pypi

argparse 1.2.1

  • fixed Issue #82: argparse 1.2 incompatible with Python 3.1
  • hacked the tests so they don't have the minor failures that were caused by the compatibility stuff for python 2.3 and 3.1

argparse 1.2

  • fixed Issue #79: re-licensed argparse package under same license as py 2.7 stdlib argparse code
  • fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code
Commits

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)

Updates the requirements on [argparse](https://github.com/ThomasWaldmann/argparse) to permit the latest version.
- [Release notes](https://github.com/ThomasWaldmann/argparse/releases)
- [Changelog](https://github.com/ThomasWaldmann/argparse/blob/master/NEWS.txt)
- [Commits](https://github.com/ThomasWaldmann/argparse/commits)

---
updated-dependencies:
- dependency-name: argparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 8, 2022
@kimocoder kimocoder merged commit c8df7cc into master Aug 8, 2022
@dependabot dependabot bot deleted the dependabot/pip/argparse-approx-eq-1.4.0 branch August 8, 2022 11:55
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant