Skip to content

Commit

Permalink
Merge pull request #231 from wildfish/dependabot/pip/django-3.2.13
Browse files Browse the repository at this point in the history
Bump django from 3.2.10 to 3.2.13
  • Loading branch information
jdwpeterson authored Apr 26, 2022
2 parents 2909b70 + d798895 commit eab7d02
Showing 1 changed file with 107 additions and 50 deletions.
157 changes: 107 additions & 50 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,113 @@
#
# pip-compile
#
asgiref==3.4.1 # via django
attrs==21.2.0 # via hypothesis, pytest
beautifulsoup4==4.10.0 # via webtest
click==8.0.3 # via pip-tools
coverage[toml]==6.2 # via -r requirements.in, pytest-cov
django-braces==1.15.0 # via -r requirements.in
django-model-utils==4.2.0 # via -r requirements.in
django-webtest==1.9.8 # via -r requirements.in
django==3.2.10 # via -r requirements.in, django-braces, django-model-utils, model-mommy
fancycompleter==0.9.1 # via pdbpp
flake8==4.0.1 # via -r requirements.in
hypothesis==6.31.0 # via -r requirements.in
importlib-metadata==4.2.0 # via click, flake8, pep517, pluggy, pytest
iniconfig==1.1.1 # via pytest
mccabe==0.6.1 # via flake8
mock==4.0.3 # via -r requirements.in
model-mommy==2.0.0 # via -r requirements.in
packaging==21.3 # via pytest
path.py==12.5.0 # via -r requirements.in
path==16.2.0 # via path.py
pdbpp==0.10.3 # via -r requirements.in
pep517==0.12.0 # via pip-tools
pip-tools==6.4.0 # via -r requirements.in
pluggy==1.0.0 # via pytest
py==1.11.0 # via pytest
pycodestyle==2.8.0 # via flake8
pyflakes==2.4.0 # via flake8
pygments==2.10.0 # via pdbpp
pyparsing==3.0.6 # via packaging
pyrepl==0.9.0 # via fancycompleter
pytest-cov==3.0.0 # via -r requirements.in
pytest-django==4.5.2 # via -r requirements.in
pytest==6.2.5 # via -r requirements.in, pytest-cov, pytest-django
pytz==2021.3 # via django
selenium==3.141.0 # via -r requirements.in
six==1.16.0 # via -r requirements.in
sortedcontainers==2.4.0 # via hypothesis
soupsieve==2.3.1 # via beautifulsoup4
sqlparse==0.4.2 # via django
swapper==1.3.0 # via -r requirements.in
toml==0.10.2 # via pytest
tomli==1.2.2 # via coverage, pep517
typing-extensions==4.0.1 # via asgiref, importlib-metadata
urllib3==1.26.7 # via selenium
waitress==2.0.0 # via webtest
webob==1.8.7 # via webtest
webtest==3.0.0 # via django-webtest
wheel==0.37.0 # via pip-tools
wmctrl==0.4 # via pdbpp
zipp==3.6.0 # via importlib-metadata, pep517
asgiref==3.4.1
# via django
attrs==21.2.0
# via
# hypothesis
# pytest
beautifulsoup4==4.10.0
# via webtest
click==8.0.3
# via pip-tools
coverage[toml]==6.2
# via
# -r requirements.in
# pytest-cov
django==3.2.13
# via
# -r requirements.in
# django-braces
# django-model-utils
# model-mommy
django-braces==1.15.0
# via -r requirements.in
django-model-utils==4.2.0
# via -r requirements.in
django-webtest==1.9.8
# via -r requirements.in
fancycompleter==0.9.1
# via pdbpp
flake8==4.0.1
# via -r requirements.in
hypothesis==6.31.0
# via -r requirements.in
iniconfig==1.1.1
# via pytest
mccabe==0.6.1
# via flake8
mock==4.0.3
# via -r requirements.in
model-mommy==2.0.0
# via -r requirements.in
packaging==21.3
# via pytest
path==16.2.0
# via path-py
path-py==12.5.0
# via -r requirements.in
pdbpp==0.10.3
# via -r requirements.in
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
# via -r requirements.in
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pygments==2.10.0
# via pdbpp
pyparsing==3.0.6
# via packaging
pyrepl==0.9.0
# via fancycompleter
pytest==6.2.5
# via
# -r requirements.in
# pytest-cov
# pytest-django
pytest-cov==3.0.0
# via -r requirements.in
pytest-django==4.5.2
# via -r requirements.in
pytz==2021.3
# via django
selenium==3.141.0
# via -r requirements.in
six==1.16.0
# via -r requirements.in
sortedcontainers==2.4.0
# via hypothesis
soupsieve==2.3.1
# via beautifulsoup4
sqlparse==0.4.2
# via django
swapper==1.3.0
# via -r requirements.in
toml==0.10.2
# via pytest
tomli==1.2.2
# via
# coverage
# pep517
urllib3==1.26.7
# via selenium
waitress==2.0.0
# via webtest
webob==1.8.7
# via webtest
webtest==3.0.0
# via django-webtest
wheel==0.37.0
# via pip-tools
wmctrl==0.4
# via pdbpp

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

0 comments on commit eab7d02

Please sign in to comment.