Bump pyinstaller from 5.9.0 to 5.10.1 (#6099)
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.9.0 to 5.10.1. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.9.0...v5.10.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d00f6c241b
commit
f899c97c73
|
@ -64,7 +64,7 @@ dev = [
|
||||||
"click>=7.0,<8.2",
|
"click>=7.0,<8.2",
|
||||||
"hypothesis>=5.8,<7",
|
"hypothesis>=5.8,<7",
|
||||||
"pdoc>=4.0.0",
|
"pdoc>=4.0.0",
|
||||||
"pyinstaller==5.9.0",
|
"pyinstaller==5.10.1",
|
||||||
"pytest-asyncio>=0.17,<0.22",
|
"pytest-asyncio>=0.17,<0.22",
|
||||||
"pytest-cov>=2.7.1,<4.1",
|
"pytest-cov>=2.7.1,<4.1",
|
||||||
"pytest-timeout>=1.3.3,<2.2",
|
"pytest-timeout>=1.3.3,<2.2",
|
||||||
|
|
Loading…
Reference in New Issue