Skip to content

Update argparse requirement from <1.4.0,>=1.2.1 to >=1.2.1,<1.5.0#4

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/argparse-gte-1.2.1-and-lt-1.5.0
Open

Update argparse requirement from <1.4.0,>=1.2.1 to >=1.2.1,<1.5.0#4
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/argparse-gte-1.2.1-and-lt-1.5.0

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Mar 12, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 12, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/argparse-gte-1.2.1-and-lt-1.5.0 branch from 1a0308e to 0509794 Compare March 12, 2021 18:14
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)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/argparse-gte-1.2.1-and-lt-1.5.0 branch from 0509794 to 83d0586 Compare June 23, 2021 21:30
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.

0 participants

Comments