From a17be7a07f19c939c3ef6c67043652d4fcdf7b78 Mon Sep 17 00:00:00 2001 From: Eric Mesa Date: Mon, 4 Jul 2022 21:27:24 -0400 Subject: [PATCH 1/7] Updating all the requirements.txt --- requirements.txt | 55 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 17 deletions(-) diff --git a/requirements.txt b/requirements.txt index d817e86..86f26bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 +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.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 From 048091be3ac5bab0efbd13b12a5446ef790fc815 Mon Sep 17 00:00:00 2001 From: Eric Mesa Date: Mon, 4 Jul 2022 21:27:39 -0400 Subject: [PATCH 2/7] version bumb --- eldonationtracker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eldonationtracker/__init__.py b/eldonationtracker/__init__.py index 1cd7c26..423bea5 100644 --- a/eldonationtracker/__init__.py +++ b/eldonationtracker/__init__.py @@ -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" From cc675cf4a052b42bc5775ae5b6b84082a24ee16d Mon Sep 17 00:00:00 2001 From: Eric Mesa Date: Mon, 4 Jul 2022 21:32:39 -0400 Subject: [PATCH 3/7] updating cfg to match requirements.txt --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 35fff5b..966517e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 + semver == 3.0.0.dev3 + requests == 2.28.1 + rich == 12.4.4 donordrivepython == 1.4.1 From fb4a73aac54070b1d03a5e88d7aca1b289a2e05b Mon Sep 17 00:00:00 2001 From: Eric Mesa Date: Mon, 4 Jul 2022 21:34:05 -0400 Subject: [PATCH 4/7] making docs requirements.txt match --- docs/requirements.txt | 64 +++++++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 21 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 637cba5..86f26bb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 From ea03f53f12ff76177d18b96ef17943f7359be2dd Mon Sep 17 00:00:00 2001 From: Eric Mesa Date: Mon, 4 Jul 2022 21:46:26 -0400 Subject: [PATCH 5/7] Bump to latest donordrivepython --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 86f26bb..56bb256 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ coverage==6.4.1 dill==0.3.5.1 distlib==0.3.4 docutils==0.19b1 -donordrivepython==1.4.1 +donordrivepython==1.4.2 filelock==3.7.1 identify==2.5.1 idna==3.3 diff --git a/setup.cfg b/setup.cfg index 966517e..5aeac04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,4 +25,4 @@ install_requires = semver == 3.0.0.dev3 requests == 2.28.1 rich == 12.4.4 - donordrivepython == 1.4.1 + donordrivepython == 1.4.2 From 3e331b88fe08bb8c150b5ecebc4e47a738bc3143 Mon Sep 17 00:00:00 2001 From: Eric Mesa Date: Mon, 4 Jul 2022 21:48:16 -0400 Subject: [PATCH 6/7] change docutils version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 56bb256..85ceb0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ commonmark==0.9.1 coverage==6.4.1 dill==0.3.5.1 distlib==0.3.4 -docutils==0.19b1 +docutils==0.19 donordrivepython==1.4.2 filelock==3.7.1 identify==2.5.1 From 1a3d5ff4d810cda9ad064de538c1767f1094e5cf Mon Sep 17 00:00:00 2001 From: Eric Mesa Date: Mon, 4 Jul 2022 21:51:06 -0400 Subject: [PATCH 7/7] change docutils version again --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85ceb0a..ae2cebf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ commonmark==0.9.1 coverage==6.4.1 dill==0.3.5.1 distlib==0.3.4 -docutils==0.19 +docutils==0.18.1 donordrivepython==1.4.2 filelock==3.7.1 identify==2.5.1