Skip to content

Commit

Permalink
Build(deps): bump six from 1.16.0 to 1.17.0 in /pyinstaller
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 26, 2024
1 parent a5322b4 commit 61337c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyinstaller/win/mingw64_full_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ruamel-yaml-clib==0.2.12
# via ruamel-yaml
s3transfer==0.10.3
# via boto3
six==1.16.0
six==1.17.0
# via python-dateutil
tqdm==4.66.6
# via pysmb
Expand Down
2 changes: 1 addition & 1 deletion pyinstaller/win/mingw64_venv_pip_freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ruamel.yaml.clib==0.2.12
s3transfer==0.10.3
scipy==1.14.0
setuptools-scm==8.1.0
six==1.16.0
six==1.17.0
toml==0.10.2
tomli==2.0.1
tqdm==4.66.6
Expand Down
2 changes: 1 addition & 1 deletion pyinstaller/win/mingw64_venv_pip_freeze_local.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
six==1.16.0
six==1.17.0

0 comments on commit 61337c5

Please sign in to comment.