Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump future from 0.18.2 to 0.18.3 #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 41 additions & 21 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,52 @@
#
# pip-compile --output-file=./docs/requirements.txt ./docs/requirements.in
#
atomicwrites==1.4.0 # via pytest
attrs==19.3.0 # via pytest
beautifulsoup4==4.9.0 # via eppy
colorama==0.4.3 # via pytest
cycler==0.10.0 # via matplotlib
decorator==4.4.2 # via eppy
beautifulsoup4==4.9.0
# via eppy
cycler==0.10.0
# via matplotlib
decorator==4.4.2
# via eppy
eppy==0.5.52
future==0.18.2 # via eppy
kiwisolver==1.2.0 # via matplotlib
lxml==4.5.0 # via eppy
# via -r docs/requirements.in
future==0.18.3
# via eppy
kiwisolver==1.2.0
# via matplotlib
lxml==4.5.0
# via eppy
matplotlib==3.2.1
more-itertools==8.2.0 # via pytest
munch==2.5.0 # via eppy
numpy==1.18.3 # via matplotlib
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
# via -r docs/requirements.in
munch==2.5.0
# via eppy
numpy==1.18.3
# via matplotlib
pyclipper==1.1.0.post1
pydot3k==1.0.17 # via eppy
pyparsing==2.4.7 # via matplotlib, pydot3k
# via -r docs/requirements.in
pydot3k==1.0.17
# via eppy
pyparsing==2.4.7
# via
# matplotlib
# pydot3k
pypoly2tri==0.0.3
pytest==5.4.1 # via eppy
python-dateutil==2.8.1 # via matplotlib
# via -r docs/requirements.in
python-dateutil==2.8.1
# via matplotlib
shapely==1.7.0
six==1.14.0 # via cycler, eppy, more-itertools, munch, pytest, python-dateutil
tinynumpy==1.2.1 # via eppy
# via -r docs/requirements.in
six==1.14.0
# via
# cycler
# eppy
# munch
# python-dateutil
soupsieve==2.4.1
# via beautifulsoup4
tinynumpy==1.2.1
# via eppy
transforms3d==0.3.1
# via -r docs/requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.2.0 # via kiwisolver, pydot3k, pytest
# setuptools
67 changes: 41 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,52 @@
#
# pip-compile --output-file=./requirements.txt ./requirements.in
#
atomicwrites==1.4.0 # via pytest
attrs==19.3.0 # via packaging, pytest
beautifulsoup4==4.9.0 # via eppy
colorama==0.4.3 # via pytest
cycler==0.10.0 # via matplotlib
decorator==4.4.2 # via eppy
beautifulsoup4==4.9.0
# via eppy
cycler==0.10.0
# via matplotlib
decorator==4.4.2
# via eppy
eppy==0.5.52
future==0.18.2 # via eppy
importlib-metadata==1.6.0 # via pluggy, pytest
kiwisolver==1.2.0 # via matplotlib
lxml==4.5.0 # via eppy
# via -r requirements.in
future==0.18.3
# via eppy
kiwisolver==1.2.0
# via matplotlib
lxml==4.5.0
# via eppy
matplotlib==3.2.1
more-itertools==8.2.0 # via pytest, zipp
munch==2.5.0 # via eppy
numpy==1.18.3 # via matplotlib
packaging==20.3 # via pytest
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
# via -r requirements.in
munch==2.5.0
# via eppy
numpy==1.18.3
# via matplotlib
pyclipper==1.1.0.post1
pydot3k==1.0.17 # via eppy
pyparsing==2.4.7 # via matplotlib, packaging, pydot3k
# via -r requirements.in
pydot3k==1.0.17
# via eppy
pyparsing==2.4.7
# via
# matplotlib
# pydot3k
pypoly2tri==0.0.3
pytest==5.4.1 # via eppy
python-dateutil==2.8.1 # via matplotlib
# via -r requirements.in
python-dateutil==2.8.1
# via matplotlib
shapely==1.7.0
six==1.14.0 # via cycler, eppy, more-itertools, munch, packaging, python-dateutil
soupsieve==2.0 # via beautifulsoup4
tinynumpy==1.2.1 # via eppy
# via -r requirements.in
six==1.14.0
# via
# cycler
# eppy
# munch
# python-dateutil
soupsieve==2.0
# via beautifulsoup4
tinynumpy==1.2.1
# via eppy
transforms3d==0.3.1
wcwidth==0.1.9 # via pytest
zipp==3.1.0 # via importlib-metadata
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.2.0 # via kiwisolver, pydot3k
# setuptools