Skip to content

Commit

Permalink
Bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lbolla committed Dec 4, 2022
1 parent bf365a6 commit 830ebed
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.EXPORT_ALL_VARIABLES:
.PHONY: help
.PHONY: help requirements-dev-upgrade

SRC = EMpy
SRC_TEST = tests
Expand Down
17 changes: 10 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,35 @@
#
# pip-compile --output-file=requirements.txt setup.py
#
contourpy==1.0.6
# via matplotlib
cycler==0.11.0
# via matplotlib
fonttools==4.29.0
fonttools==4.38.0
# via matplotlib
future==0.18.2
# via ElectroMagneticPython (setup.py)
kiwisolver==1.3.2
kiwisolver==1.4.4
# via matplotlib
matplotlib==3.5.1
matplotlib==3.6.2
# via ElectroMagneticPython (setup.py)
numpy==1.22.1
numpy==1.23.5
# via
# ElectroMagneticPython (setup.py)
# contourpy
# matplotlib
# scipy
packaging==21.3
# via matplotlib
pillow==9.0.0
pillow==9.3.0
# via matplotlib
pyparsing==3.0.7
pyparsing==3.0.9
# via
# matplotlib
# packaging
python-dateutil==2.8.2
# via matplotlib
scipy==1.7.3
scipy==1.9.3
# via ElectroMagneticPython (setup.py)
six==1.16.0
# via python-dateutil
82 changes: 39 additions & 43 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements_dev.txt requirements_dev.in
#
asttokens==2.0.5
asttokens==2.2.0
# via stack-data
backcall==0.2.0
# via ipython
black==21.12b0
# via
# -r requirements_dev.in
# ipython
black==22.10.0
# via -r requirements_dev.in
build==0.9.0
# via pip-tools
bump2version==1.0.1
# via -r requirements_dev.in
click==8.0.3
click==8.1.3
# via
# black
# pip-tools
decorator==5.1.1
# via ipython
distlib==0.3.4
distlib==0.3.6
# via virtualenv
executing==0.8.2
executing==1.2.0
# via stack-data
filelock==3.4.2
filelock==3.8.0
# via
# tox
# virtualenv
flake8==4.0.1
flake8==6.0.0
# via -r requirements_dev.in
ipython==8.0.1
ipython==8.7.0
# via -r requirements_dev.in
jedi==0.18.1
jedi==0.18.2
# via ipython
matplotlib-inline==0.1.3
matplotlib-inline==0.1.6
# via ipython
mccabe==0.6.1
mccabe==0.7.0
# via flake8
mypy==0.931
mypy==0.991
# via -r requirements_dev.in
mypy-extensions==0.4.3
# via
Expand All @@ -47,73 +47,69 @@ mypy-extensions==0.4.3
packaging==21.3
# via
# -r requirements_dev.in
# build
# tox
parso==0.8.3
# via jedi
pathspec==0.9.0
pathspec==0.10.2
# via black
pep517==0.12.0
# via pip-tools
pep517==0.13.0
# via build
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.4.0
pip-tools==6.11.0
# via -r requirements_dev.in
platformdirs==2.4.1
platformdirs==2.5.4
# via
# black
# virtualenv
pluggy==1.0.0
# via tox
prompt-toolkit==3.0.24
prompt-toolkit==3.0.33
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
py==1.11.0
# via tox
pycodestyle==2.8.0
pycodestyle==2.10.0
# via flake8
pyflakes==2.4.0
pyflakes==3.0.1
# via
# -r requirements_dev.in
# flake8
pygments==2.11.2
pygments==2.13.0
# via ipython
pyparsing==3.0.7
pyparsing==3.0.9
# via
# -r requirements_dev.in
# packaging
six==1.16.0
# via
# tox
# virtualenv
stack-data==0.1.4
# via ipython
toml==0.10.2
# via tox
tomli==1.2.3
stack-data==0.6.2
# via ipython
tomli==2.0.1
# via
# black
# build
# mypy
# pep517
tox==3.24.5
# tox
tox==3.27.1
# via -r requirements_dev.in
traitlets==5.1.1
traitlets==5.6.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.0.1
# via
# black
# mypy
virtualenv==20.13.0
typing-extensions==4.4.0
# via mypy
virtualenv==20.17.0
# via tox
wcwidth==0.2.5
# via prompt-toolkit
wheel==0.37.1
wheel==0.38.4
# via pip-tools

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

0 comments on commit 830ebed

Please sign in to comment.