Skip to content

Commit

Permalink
Added 3.2 to ci and req bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesoutterside committed Aug 6, 2021
1 parent b1bf54f commit d8ae0d4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "2.2"
- "3.0"
- "3.1"
- "3.2"
use-custom-model:
- true
- false
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
__next__
------------------

* Added support for Django 3.2
* Fixed some documentation issues (thanks @marcanuy)
* Added setting to allow clearing a rating.
* Fixed some deprecation warnings (thanks @mvillalba)
Expand Down
60 changes: 32 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,57 @@
#
# pip-compile
#
asgiref==3.3.1 # via django
attrs==20.3.0 # via hypothesis, pytest
asgiref==3.4.1 # via django
attrs==21.2.0 # via hypothesis, pytest
beautifulsoup4==4.9.3 # via webtest
click==7.1.2 # via pip-tools
coverage==5.4 # via -r requirements.in, pytest-cov
click==8.0.1 # via pip-tools
coverage==5.5 # via -r requirements.in, pytest-cov
django-braces==1.14.0 # via -r requirements.in
django-model-utils==4.1.1 # via -r requirements.in
django-webtest==1.9.7 # via -r requirements.in
django==3.1.6 # via -r requirements.in, django-braces, django-model-utils, model-mommy
django==3.2.6 # via -r requirements.in, django-braces, django-model-utils, model-mommy
fancycompleter==0.9.1 # via pdbpp
flake8==3.8.4 # via -r requirements.in
hypothesis==6.1.1 # via -r requirements.in
importlib-metadata==3.4.0 # via flake8, pluggy, pytest
flake8==3.9.2 # via -r requirements.in
hypothesis==6.14.5 # via -r requirements.in
importlib-metadata==4.6.3 # 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==20.9 # via pytest
packaging==21.0 # via pytest
path.py==12.5.0 # via -r requirements.in
path==15.1.0 # via path.py
pdbpp==0.10.2 # via -r requirements.in
pip-tools==5.5.0 # via -r requirements.in
path==16.2.0 # via path.py
pdbpp==0.10.3 # via -r requirements.in
pep517==0.11.0 # via pip-tools
pip-tools==6.2.0 # via -r requirements.in
pluggy==0.13.1 # via pytest
py==1.10.0 # via pytest
pycodestyle==2.6.0 # via flake8
pyflakes==2.2.0 # via flake8
pygments==2.7.4 # via pdbpp
pycodestyle==2.7.0 # via flake8
pyflakes==2.3.1 # via flake8
pygments==2.9.0 # via pdbpp
pyparsing==2.4.7 # via packaging
pyrepl==0.9.0 # via fancycompleter
pytest-cov==2.11.1 # via -r requirements.in
pytest-django==4.1.0 # via -r requirements.in
pytest==6.2.2 # via -r requirements.in, pytest-cov, pytest-django
pytest-cov==2.12.1 # via -r requirements.in
pytest-django==4.4.0 # via -r requirements.in
pytest==6.2.4 # via -r requirements.in, pytest-cov, pytest-django
pytz==2021.1 # via django
selenium==3.141.0 # via -r requirements.in
six==1.15.0 # via django-braces, webtest
sortedcontainers==2.3.0 # via hypothesis
soupsieve==2.1 # via beautifulsoup4
six==1.16.0 # via django-braces, webtest
sortedcontainers==2.4.0 # via hypothesis
soupsieve==2.2.1 # via beautifulsoup4
sqlparse==0.4.1 # via django
swapper==1.1.2.post1 # via -r requirements.in
toml==0.10.2 # via pytest
typing-extensions==3.7.4.3 # via importlib-metadata
urllib3==1.26.3 # via selenium
waitress==1.4.4 # via webtest
webob==1.8.6 # via webtest
toml==0.10.2 # via pytest, pytest-cov
tomli==1.2.1 # via pep517
typing-extensions==3.10.0.0 # via asgiref, importlib-metadata
urllib3==1.26.6 # via selenium
waitress==2.0.0 # via webtest
webob==1.8.7 # via webtest
webtest==2.0.35 # via django-webtest
wmctrl==0.3 # via pdbpp
zipp==3.4.0 # via importlib-metadata
wheel==0.36.2 # via pip-tools
wmctrl==0.4 # via pdbpp
zipp==3.5.0 # via importlib-metadata, pep517

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

0 comments on commit d8ae0d4

Please sign in to comment.