Skip to content

Commit

Permalink
Merge d5530bd into 0a44346
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 20, 2021
2 parents 0a44346 + d5530bd commit 9ef8cf4
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 89 deletions.
113 changes: 63 additions & 50 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 12 additions & 24 deletions requirements-dev.txt
@@ -1,29 +1,17 @@
################################################################################
# This requirements file has been automatically generated from `Pipfile` with
# `pipenv-to-requirements`
#
#
# This has been done to maintain backward compatibility with tools and services
# that do not support `Pipfile` yet.
#
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
# `Pipfile.lock` and then regenerate `requirements*.txt`.
################################################################################

attrs==19.3.0
-i https://pypi.python.org/simple/
attrs==20.3.0
beautifulsoup4==4.8.2
mccabe==0.6.1
more-itertools==8.2.0
packaging==20.3
more-itertools==8.7.0
packaging==20.9
pluggy==0.13.1
py==1.8.1
pycodestyle==2.5.0
pydocstyle==5.0.2
pyflakes==2.1.1
py==1.10.0
pycodestyle==2.7.0
pydocstyle==6.0.0
pyflakes==2.3.1
pylama==7.7.1
pyparsing==2.4.6
pyparsing==2.4.7
pytest==5.4.1
six==1.14.0
snowballstemmer==2.0.0
soupsieve==2.0
wcwidth==0.1.9
snowballstemmer==2.1.0
soupsieve==2.2.1
wcwidth==0.2.5
19 changes: 4 additions & 15 deletions requirements.txt
@@ -1,20 +1,9 @@
################################################################################
# This requirements file has been automatically generated from `Pipfile` with
# `pipenv-to-requirements`
#
#
# This has been done to maintain backward compatibility with tools and services
# that do not support `Pipfile` yet.
#
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
# `Pipfile.lock` and then regenerate `requirements*.txt`.
################################################################################

-i https://pypi.python.org/simple/
jinja2==2.11.1
markupsafe==1.1.1
pendulum==1.5.1
python-dateutil==2.8.1
pytz==2019.3
pytzdata==2019.3
six==1.14.0
pytz==2021.1
pytzdata==2020.1
six==1.15.0
tzlocal==1.5.1

0 comments on commit 9ef8cf4

Please sign in to comment.