Upgrading PyInstaller to Appease Dependabot (#14)

* Update the pyinstaller version in the requirements.txt files in src and in package

* Removing the gotcha, as the bug was fixed as of April 2020
This commit is contained in:
Hannah K 2020-07-26 17:28:46 -04:00 коммит произвёл GitHub
Родитель 783dbb0379
Коммит 571f0baeda
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 61 добавлений и 35 удалений

Просмотреть файл

@ -37,7 +37,6 @@ To add dependencies:
+ Add an entry to `requirements-to-freeze.txt`
+ Then run `pip install -r requirements-to-freeze.txt`
+ Finally, when ready to lock versions (before release), run `pip freeze > requirements.txt`
+ Gotcha: Beware, there is a [known bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871790) where a package `pkg-resources==0.0.0` gets added if you have a virtual environment running. **Remove this line before pushing it to any pipeline.**
To update dependencies:

Просмотреть файл

@ -1 +1 @@
pyinstaller
pyinstaller>=3.6

Просмотреть файл

@ -1,6 +1,30 @@
altgraph==0.16.1
future==0.17.1
macholib==1.11
pefile==2018.8.8
PyInstaller==3.4
pywin32-ctypes==0.2.0
altgraph==0.17
astroid==2.4.2
attrs==19.3.0
azure-core==1.7.0
azure-cosmos==4.0.0
certifi==2020.6.20
chardet==3.0.4
click==7.1.2
idna==2.10
importlib-metadata==1.7.0
isort==4.3.21
lazy-object-proxy==1.4.3
mccabe==0.6.1
more-itertools==8.4.0
packaging==20.4
pkg-resources==0.0.0
pluggy==0.13.1
py==1.9.0
PyInstaller==3.6
pylint==2.5.3
pyparsing==2.4.7
pytest==5.4.3
requests==2.24.0
six==1.15.0
toml==0.10.1
typed-ast==1.4.1
urllib3==1.25.10
wcwidth==0.2.5
wrapt==1.12.1
zipp==3.1.0

Просмотреть файл

@ -1,4 +1,5 @@
pylint
pytest
click
azure-cosmos
azure-cosmos
pyinstaller>=3.6

Просмотреть файл

@ -1,28 +1,30 @@
altgraph==0.16.1
astroid==2.1.0
atomicwrites==1.2.1
attrs==18.2.0
azure-cosmos==3.0.2
certifi==2018.11.29
altgraph==0.17
astroid==2.4.2
attrs==19.3.0
azure-core==1.7.0
azure-cosmos==4.0.0
certifi==2020.6.20
chardet==3.0.4
Click==7.0
colorama==0.4.1
future==0.17.1
idna==2.8
isort==4.3.4
lazy-object-proxy==1.3.1
macholib==1.11
click==7.1.2
idna==2.10
importlib-metadata==1.7.0
isort==4.3.21
lazy-object-proxy==1.4.3
mccabe==0.6.1
more-itertools==5.0.0
pefile==2018.8.8
pluggy==0.8.0
py==1.7.0
pyinstaller==3.4
pylint==2.2.2
pytest==4.0.2
pywin32-ctypes==0.2.0
requests==2.21.0
six==1.12.0
typed-ast==1.2.0
urllib3==1.24.2
wrapt==1.10.11
more-itertools==8.4.0
packaging==20.4
pkg-resources==0.0.0
pluggy==0.13.1
py==1.9.0
PyInstaller==3.6
pylint==2.5.3
pyparsing==2.4.7
pytest==5.4.3
requests==2.24.0
six==1.15.0
toml==0.10.1
typed-ast==1.4.1
urllib3==1.25.10
wcwidth==0.2.5
wrapt==1.12.1
zipp==3.1.0