Skip to content

Commit

Permalink
Bump six from 1.16.0 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [six](https://github.com/benjaminp/six) from 1.16.0 to 1.17.0.
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](benjaminp/six@1.16.0...1.17.0)

---
updated-dependencies:
- dependency-name: six
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent b056263 commit 6c3d51a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requests = "==2.32.3"
requests-cache = "==1.2.1"
requests-oauthlib = "==2.0.0"
rich = "==13.9.4"
six = "==1.16.0"
six = "==1.17.0"
tqdm = "==4.67.1"
types-decorator = "==5.1.8.20240310"
typing-extensions = "==4.12.2"
Expand Down
10 changes: 6 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requests==2.32.3; python_version >= '3.8'
requests-cache==1.2.1
requests-oauthlib==2.0.0
rich==13.9.4; python_full_version >= '3.8.0'
six==1.16.0
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.67.1; python_version >= '3.7'
types-decorator==5.1.8.20240310
typing-extensions==4.12.2
Expand Down

0 comments on commit 6c3d51a

Please sign in to comment.