Skip to content

Commit

Permalink
Merge pull request #193 from djotaku/upgrade_all_requirements
Browse files Browse the repository at this point in the history
Upgrade all requirements
  • Loading branch information
djotaku authored Aug 6, 2022
2 parents 9af052b + 1a3d5ff commit f61e0bd
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 46 deletions.
64 changes: 43 additions & 21 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,66 @@ alabaster==0.7.12
altgraph==0.17.2
atomicwrites==1.4.0
attrs==21.4.0
Babel==2.10.1
certifi==2021.10.8
chardet==4.0.0
colorama==0.4.4
Babel==2.10.3
certifi==2022.6.15
cfgv==3.3.1
chardet==5.0.0
charset-normalizer==2.1.0
colorama==0.4.5
commonmark==0.9.1
coverage==6.3.2
dill==0.3.4
docutils==0.17.1
donordrivepython==1.4.0
coverage==6.4.1
dill==0.3.5.1
distlib==0.3.4
docutils==0.19b1
donordrivepython==1.4.1
filelock==3.7.1
identify==2.5.1
idna==3.3
imagesize==1.3.0
imagesize==1.4.1
iniconfig==1.1.1
Jinja2==3.1.2
MarkupSafe==2.1.1
mypy==0.950
mypy==0.961
mypy-extensions==0.4.3
nodeenv==1.7.0
packaging==21.3
platformdirs==2.5.2
pluggy==1.0.0
pprintpp==0.4.0
pre-commit==2.19.0
py==1.11.0
Pygments==2.12.0
pyinstaller==5.0.1
pyparsing==3.0.8
PyQt5==5.15.2
pyinstaller==5.1
pyinstaller-hooks-contrib==2022.7
pyparsing==3.0.9
PyQt5==5.15.7
PyQt5-Qt5==5.15.2
PyQt5-sip==12.11.0
PyQtWebEngine==5.15.6
PyQtWebEngine-Qt5==5.15.2
pytest==7.1.2
pytz==2022.1
requests==2.27.1
rich==12.4.1
semver==2.9.1
pytz-deprecation-shim==0.1.0.post0
PyYAML==6.0
requests==2.28.1
rich==12.4.4
semver==3.0.0.dev3
six==1.16.0
snowballstemmer==2.2.0
Sphinx==4.5.0
Sphinx==5.0.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
toml==0.10.2
tomli==2.0.1
typing_extensions==4.3.0
tzdata==2022.1
tzlocal==4.2
urllib3==1.26.9
virtualenv==20.15.1
wcwidth==0.2.5
xdgenvpy==2.3.5
zipp==3.8.0
Sphinx==3.5.1

pip~=22.0.4
setuptools~=62.1.0
2 changes: 1 addition & 1 deletion eldonationtracker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "7.4.3"
__version__ = "7.4.4"

base_api_url: str = "https://www.extra-life.org/api"
api_version_suffix: str = "?version=1.2"
Expand Down
57 changes: 39 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,66 @@ alabaster==0.7.12
altgraph==0.17.2
atomicwrites==1.4.0
attrs==21.4.0
Babel==2.10.1
certifi==2021.10.8
chardet==4.0.0
colorama==0.4.4
Babel==2.10.3
certifi==2022.6.15
cfgv==3.3.1
chardet==5.0.0
charset-normalizer==2.1.0
colorama==0.4.5
commonmark==0.9.1
coverage==6.3.2
dill==0.3.4
docutils==0.17.1
donordrivepython==1.4.1
coverage==6.4.1
dill==0.3.5.1
distlib==0.3.4
docutils==0.18.1
donordrivepython==1.4.2
filelock==3.7.1
identify==2.5.1
idna==3.3
imagesize==1.3.0
imagesize==1.4.1
iniconfig==1.1.1
Jinja2==3.1.2
MarkupSafe==2.1.1
mypy==0.961
mypy-extensions==0.4.3
nodeenv==1.7.0
packaging==21.3
platformdirs==2.5.2
pluggy==1.0.0
pprintpp==0.4.0
pre-commit==2.19.0
py==1.11.0
Pygments==2.12.0
pyinstaller==5.0.1
pyparsing==3.0.8
pyinstaller==5.1
pyinstaller-hooks-contrib==2022.7
pyparsing==3.0.9
PyQt5==5.15.7
PyQt5-Qt5==5.15.2
PyQt5-sip==12.11.0
PyQtWebEngine==5.15.6
PyQtWebEngine-Qt5==5.15.2
pytest==7.1.2
pytz==2022.1
requests==2.27.1
rich==12.4.1
semver==2.9.1
pytz-deprecation-shim==0.1.0.post0
PyYAML==6.0
requests==2.28.1
rich==12.4.4
semver==3.0.0.dev3
six==1.16.0
snowballstemmer==2.2.0
Sphinx==4.5.0
Sphinx==5.0.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
toml==0.10.2
tomli==2.0.1
typing_extensions==4.3.0
tzdata==2022.1
tzlocal==4.2
urllib3==1.26.9
virtualenv==20.15.1
wcwidth==0.2.5
xdgenvpy==2.3.5
zipp==3.8.0
pre-commit

setuptools~=62.1.0
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ include_package_data = True
packages = find:
install_requires =
xdgenvpy == 2.3.5
PyQt5 >= 5.15.2, <= 5.15.9
PyQt5-sip >= 12.8.1, <= 12.8.9
PyQt5 == 5.15.2
PyQt5-sip == 12.11.0
PyQtWebEngine==5.15.6
PyQtWebEngine-Qt5==5.15.2
semver == 2.9.1
requests == 2.27.1
rich == 12.4.1
donordrivepython == 1.4.1
semver == 3.0.0.dev3
requests == 2.28.1
rich == 12.4.4
donordrivepython == 1.4.2

0 comments on commit f61e0bd

Please sign in to comment.