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 typed-argument-parser from 1.8.0 to 1.8.1 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps typed-argument-parser from 1.8.0 to 1.8.1.

Release notes

Sourced from typed-argument-parser's releases.

Summer Cleaning

This release contains a few small bug fixes.

68cd6f4c22340ed97b024556676ba3f456e136ee: In save, fixes threading of the argument repo_path so that it is used.

d26f0b8be624b966635e40e0f3c3b4f8e0894b93: Changes the type hints of all path-like arguments (e.g., path in the method save) to support both str and pathlib.Path.

c48ef74a489917fbb3ab9dea1ffed6c08c112bd7: Drops support for Python 3.7 due to end-of-life and removes the dependency on typing_extensions (since the Literal type is built into Python 3.8+).

7f12646b22157114832ad0a86dd430ca1977a2d7, 33e7c5311836d4d6d85beb0645b2549652966a03, 33e7c5311836d4d6d85beb0645b2549652966a03: Moves the deepcopy of default arguments to avoid pickle errors.

33e7c5311836d4d6d85beb0645b2549652966a03, 33e7c5311836d4d6d85beb0645b2549652966a03: Fixes bugs that we introduced in the above commits ;)

Commits
  • cddb053 Increment version to 1.8.1
  • 0ef1013 Fixing tests typing for Python 3.8
  • f348eba Fixing use of | as Union for Python 3.8
  • 04357df Moving deepcopy to account for configure defaults
  • 33e7c53 Moving deepcopy of defaults to prevent pickle issue during parse_args
  • 7f12646 Adding test for default value immutability
  • c48ef74 Dropping support for Python 3.7 and moving Literal from typing_extensions to ...
  • d26f0b8 Changing path types from str to PathLike
  • 68cd6f4 Fixing save repo_path argument not being used
  • See full diff in compare view

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 requested a review from patrickkusebauch as a code owner July 3, 2023 09:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 3, 2023
Bumps [typed-argument-parser](https://github.com/swansonk14/typed-argument-parser) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/swansonk14/typed-argument-parser/releases)
- [Commits](swansonk14/typed-argument-parser@v_1.8.0...v_1.8.1)

---
updated-dependencies:
- dependency-name: typed-argument-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/typed-argument-parser-1.8.1 branch from 6a18956 to 55aa885 Compare July 19, 2023 12:05
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