Skip to content

Commit

Permalink
Merge pull request #42 from jannikmi/dependabot/pip/numpy-1.22.0
Browse files Browse the repository at this point in the history
Bump numpy from 1.18.1 to 1.22.0
  • Loading branch information
jannikmi committed Jun 22, 2022
2 parents f498bc9 + 70fc894 commit 1cb16b9
Showing 1 changed file with 97 additions and 41 deletions.
138 changes: 97 additions & 41 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,103 @@
#
# pip-compile --output-file=requirements_tests.txt requirements_tests.in
#
alabaster==0.7.12 # via sphinx
attrs==19.3.0 # via pytest
babel==2.9.0 # via sphinx
certifi==2020.12.5 # via requests
chardet==4.0.0 # via requests
coverage==5.0.3 # via pytest-cov
cycler==0.10.0 # via matplotlib
docutils==0.16 # via sphinx
idna==2.10 # via requests
imagesize==1.2.0 # via sphinx
importlib-metadata==1.5.0 # via pluggy, pytest
jinja2==2.11.3 # via -r requirements_tests.in, sphinx
kiwisolver==1.3.1 # via matplotlib
markupsafe==1.1.1 # via jinja2
matplotlib==3.3.3 # via -r requirements_tests.in
more-itertools==8.2.0 # via pytest
numpy==1.18.1 # via -r requirements_tests.in, matplotlib
packaging==20.3 # via pytest, sphinx
pillow==8.1.2 # via matplotlib
pluggy==0.13.1 # via pytest
py==1.10.0 # via -r requirements_tests.in, pytest
pygments==2.9.0 # via -r requirements_tests.in, sphinx
pyparsing==2.4.6 # via matplotlib, packaging
pytest==5.4.1 # via -r requirements_tests.in, pytest-cov
pytest-cov==2.8.1 # via -r requirements_tests.in
python-dateutil==2.8.1 # via matplotlib
pytz==2020.5 # via babel
requests==2.25.1 # via sphinx
six==1.14.0 # via cycler, packaging, python-dateutil
snowballstemmer==2.1.0 # via sphinx
sphinx==3.4.3 # via sphinx-rtd-theme
sphinx-rtd-theme==0.5.1 # via -r requirements_tests.in
sphinxcontrib-applehelp==1.0.2 # via sphinx
sphinxcontrib-devhelp==1.0.2 # via sphinx
sphinxcontrib-htmlhelp==1.0.3 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
urllib3==1.26.4 # via -r requirements_tests.in, requests
wcwidth==0.1.8 # via pytest
zipp==3.1.0 # via importlib-metadata
alabaster==0.7.12
# via sphinx
attrs==19.3.0
# via pytest
babel==2.9.0
# via sphinx
certifi==2020.12.5
# via requests
chardet==4.0.0
# via requests
coverage==5.0.3
# via pytest-cov
cycler==0.10.0
# via matplotlib
docutils==0.16
# via sphinx
idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
jinja2==2.11.3
# via
# -r requirements_tests.in
# sphinx
kiwisolver==1.3.1
# via matplotlib
markupsafe==1.1.1
# via jinja2
matplotlib==3.3.3
# via -r requirements_tests.in
more-itertools==8.2.0
# via pytest
numpy==1.22.0
# via
# -r requirements_tests.in
# matplotlib
packaging==20.3
# via
# pytest
# sphinx
pillow==8.1.2
# via matplotlib
pluggy==0.13.1
# via pytest
py==1.10.0
# via
# -r requirements_tests.in
# pytest
pygments==2.9.0
# via
# -r requirements_tests.in
# sphinx
pyparsing==2.4.6
# via
# matplotlib
# packaging
pytest==5.4.1
# via
# -r requirements_tests.in
# pytest-cov
pytest-cov==2.8.1
# via -r requirements_tests.in
python-dateutil==2.8.1
# via matplotlib
pytz==2020.5
# via babel
requests==2.25.1
# via sphinx
six==1.14.0
# via
# cycler
# packaging
# python-dateutil
snowballstemmer==2.1.0
# via sphinx
sphinx==3.4.3
# via sphinx-rtd-theme
sphinx-rtd-theme==0.5.1
# via -r requirements_tests.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==1.0.3
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.4
# via sphinx
urllib3==1.26.4
# via
# -r requirements_tests.in
# requests
wcwidth==0.1.8
# via pytest

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 1cb16b9

Please sign in to comment.