Skip to content

Commit

Permalink
requirements: Upgrade some libs
Browse files Browse the repository at this point in the history
Upgrade some for security

Upgrade pip-tools as older version doesn't work with newest pip
jazzband/pip-tools#1558
This version reorders some entries, but the content is unchanged

importlib_metadata & zipp is only needed on versions less than python 3.8.
This runs on 3.8 on RTD; see readthedocs.yml
Previous versions of this file must have been compiled with older
versions of Python
  • Loading branch information
odscjames committed Feb 15, 2022
1 parent 1b609b7 commit cccaa06
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 40 deletions.
26 changes: 12 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile
Expand All @@ -10,7 +10,7 @@ alabaster==0.7.12
# via sphinx
attrs==21.2.0
# via markdown-it-py
babel==2.9.0
babel==2.9.1
# via
# sphinx
# sphinx-intl
Expand Down Expand Up @@ -84,12 +84,6 @@ smmap==4.0.0
# via gitdb
snowballstemmer==2.1.0
# via sphinx
sphinx-intl==2.0.1
# via
# -r requirements.in
# standard-theme
sphinx-rtd-theme==0.5.2
# via -r requirements.in
sphinx==4.2.0
# via
# -r requirements.in
Expand All @@ -98,6 +92,12 @@ sphinx==4.2.0
# sphinx-rtd-theme
# sphinxcontrib-opendataservices
# standard-theme
sphinx-intl==2.0.1
# via
# -r requirements.in
# standard-theme
sphinx-rtd-theme==0.5.2
# via -r requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -106,12 +106,12 @@ sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-opendataservices==0.2.0
# via -r requirements.in
sphinxcontrib-opendataservices-jsonschema==0.4.0
# via
# -r requirements.in
# sphinxcontrib-opendataservices
sphinxcontrib-opendataservices==0.2.0
# via -r requirements.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
Expand All @@ -121,10 +121,8 @@ text-unidecode==1.3
transifex-client==0.14.2
# via -r requirements.in
typing-extensions==3.7.4.3
# via
# gitpython
# markdown-it-py
urllib3==1.26.4
# via gitpython
urllib3==1.26.8
# via
# -r requirements.in
# requests
Expand Down
40 changes: 14 additions & 26 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements_test.in
Expand All @@ -14,7 +14,7 @@ attrs==20.3.0
# jsonschema
# markdown-it-py
# pytest
babel==2.9.0
babel==2.9.1
# via
# sphinx
# sphinx-intl
Expand Down Expand Up @@ -45,13 +45,6 @@ idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
importlib-metadata==4.0.1
# via
# flake8
# jsonschema
# pep517
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
jinja2==2.11.3
Expand Down Expand Up @@ -102,7 +95,7 @@ packaging==20.9
# sphinx
pep517==0.10.0
# via pip-tools
pip-tools==6.1.0
pip-tools==6.5.1
# via -r requirements_test.in
pluggy==0.13.1
# via
Expand Down Expand Up @@ -155,12 +148,6 @@ smmap==4.0.0
# via gitdb
snowballstemmer==2.1.0
# via sphinx
sphinx-intl==2.0.1
# via
# -r requirements.in
# standard-theme
sphinx-rtd-theme==0.5.2
# via -r requirements.in
sphinx==4.2.0
# via
# -r requirements.in
Expand All @@ -169,6 +156,12 @@ sphinx==4.2.0
# sphinx-rtd-theme
# sphinxcontrib-opendataservices
# standard-theme
sphinx-intl==2.0.1
# via
# -r requirements.in
# standard-theme
sphinx-rtd-theme==0.5.2
# via -r requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -177,12 +170,12 @@ sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-opendataservices==0.2.0
# via -r requirements.in
sphinxcontrib-opendataservices-jsonschema==0.4.0
# via
# -r requirements.in
# sphinxcontrib-opendataservices
sphinxcontrib-opendataservices==0.2.0
# via -r requirements.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
Expand All @@ -200,19 +193,14 @@ toml==0.10.2
transifex-client==0.14.2
# via -r requirements.in
typing-extensions==3.7.4.3
# via
# gitpython
# importlib-metadata
# markdown-it-py
# via gitpython
urllib3==1.26.4
# via
# -r requirements.in
# requests
# transifex-client
zipp==3.4.1
# via
# importlib-metadata
# pep517
wheel==0.37.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit cccaa06

Please sign in to comment.