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 wheel from 0.37.0 to 0.38.1 in /requirements #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
117 changes: 11 additions & 106 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,139 +4,44 @@
#
# pip-compile --output-file=requirements/dev.txt requirements/base.in requirements/dev.in requirements/quality.in requirements/test.in
#
asgiref==3.4.1
# via django
astroid==2.8.2
# via pylint
attrs==21.2.0
# via pytest
backports.entry-points-selectable==1.1.0
backports-entry-points-selectable==1.1.0
# via virtualenv
backports.functools-lru-cache==1.6.4
# via caniusepython3
caniusepython3==7.3.0
# via -r requirements/quality.in
certifi==2021.10.8
# via requests
charset-normalizer==2.0.6
# via requests
click==8.0.3
# via pip-tools
coverage[toml]==6.0.1
# via pytest-cov
ddt==1.4.4
# via -r requirements/test.in
distlib==0.3.3
# via
# caniusepython3
# virtualenv
django==3.2.8
# via -r requirements/base.in
factory-boy==3.2.0
# via -r requirements/test.in
faker==9.2.0
# via factory-boy
# via virtualenv
filelock==3.3.0
# via
# tox
# virtualenv
idna==3.2
# via requests
iniconfig==1.1.1
# via pytest
isort==5.9.3
# via
# -r requirements/quality.in
# pylint
lazy-object-proxy==1.6.0
# via astroid
mccabe==0.6.1
# via pylint
mock==4.0.3
# via -r requirements/test.in
packaging==21.0
# via
# caniusepython3
# pytest
# tox
path==16.2.0
# via path.py
path.py==12.5.0
# via -r requirements/base.in
# via tox
pep517==0.11.0
# via pip-tools
pep8==1.7.1
# via -r requirements/quality.in
pip-tools==6.3.1
# via -r requirements/dev.in
# via -r dev.in
platformdirs==2.4.0
# via
# pylint
# virtualenv
# via virtualenv
pluggy==1.0.0
# via
# pytest
# tox
# via tox
py==1.10.0
# via
# pytest
# tox
pycodestyle==2.8.0
# via -r requirements/quality.in
pydocstyle==6.1.1
# via -r requirements/quality.in
pylint==2.11.1
# via -r requirements/quality.in
# via tox
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
# pytest-cov
# pytest-django
pytest-cov==3.0.0
# via -r requirements/test.in
pytest-django==4.4.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via faker
pytz==2021.3
# via django
requests==2.26.0
# via caniusepython3
six==1.16.0
# via
# python-dateutil
# tox
# virtualenv
snowballstemmer==2.1.0
# via pydocstyle
sqlparse==0.4.2
# via django
text-unidecode==1.3
# via faker
toml==0.10.2
# via
# pylint
# pytest
# tox
# via tox
tomli==1.2.1
# via
# coverage
# pep517
# via pep517
tox==3.24.4
# via -r requirements/dev.in
typing-extensions==3.10.0.2
# via
# astroid
# pylint
urllib3==1.26.7
# via requests
# via -r dev.in
virtualenv==20.8.1
# via tox
wheel==0.37.0
wheel==0.38.1
# via pip-tools
wrapt==1.12.1
# via astroid

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