Bump pyinstaller from 3.6 to 5.13.1 in /__tests__/data (#923)

* Update e2e-cache.yml

* Update basic-validation.yml

* Pyinstaller upgrade to 5.13.1

* pyinstaller-update

* Update basic-validation.yml

* Update e2e-cache.yml
This commit is contained in:
aparnajyothi-y
2024-08-14 00:33:23 +05:30
committed by GitHub
parent 2bd53f9a4d
commit f677139bbe
4 changed files with 180 additions and 367 deletions

View File

@ -5,11 +5,13 @@ description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8,<3.13"
flake8 = "^4.0.1"
pyinstaller = "5.13.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"