Skip to content

Commit

Permalink
feat: remove django upper constraint (#103)
Browse files Browse the repository at this point in the history
* feat: remove django upper constraint

* chore: bump version for release
  • Loading branch information
iamsobanjaved authored Jul 9, 2021
1 parent 77d3a4c commit d335bb3
Show file tree
Hide file tree
Showing 9 changed files with 139 additions and 112 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Change Log
Unreleased
~~~~~~~~~~

[1.1.1] - 2021-07-09
~~~~~~~~~~~~~~~~~~~~

* Removed upper constraint from Django

[1.1.0] - 2021-03-26
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion edx_ace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .recipient import Recipient
from .recipient_resolver import RecipientResolver

__version__ = '1.1.0'
__version__ = '1.1.1'

default_app_config = 'edx_ace.apps.EdxAceConfig'

Expand Down
2 changes: 1 addition & 1 deletion edx_ace/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

from django.apps import apps

import edx_ace.utils.date as date
from edx_ace.monitoring import report as monitoring_report
from edx_ace.recipient import Recipient
from edx_ace.serialization import MessageAttributeSerializationMixin
from edx_ace.utils import date


@attr.s
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Core requirements for using this application

-c constraints.txt
Django>=2.2,<2.3 # Web application framework
Django>=2.2 # Web application framework
python-dateutil # Python Date Utilities
attrs>=17.2.0 # Attributes without boilerplate
sailthru-client==2.2.3
Expand Down
89 changes: 49 additions & 40 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,47 @@
#
appdirs==1.4.4
# via virtualenv
astroid==2.4.2
astroid==2.6.2
# via
# pylint
# pylint-celery
attrs==20.3.0
attrs==21.2.0
# via -r requirements/base.in
bleach==3.2.3
bleach==3.3.0
# via readme-renderer
certifi==2020.12.5
certifi==2021.5.30
# via requests
chardet==4.0.0
# via
# diff-cover
# requests
click-log==0.3.2
# via edx-lint
click==7.1.2
click==8.0.1
# via
# click-log
# code-annotations
# edx-lint
# pip-tools
code-annotations==1.0.2
code-annotations==1.1.2
# via edx-lint
colorama==0.4.4
# via twine
diff-cover==4.2.0
diff-cover==6.0.0
# via -r requirements/dev.in
distlib==0.3.1
distlib==0.3.2
# via virtualenv
django==2.2.17
django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# code-annotations
# edx-i18n-tools
# edx-lint
docutils==0.16
docutils==0.17.1
# via readme-renderer
edx-i18n-tools==0.5.3
# via -r requirements/dev.in
edx-lint==3.0.2
edx-lint==5.0.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
Expand All @@ -57,66 +56,72 @@ filelock==3.0.12
# virtualenv
idna==2.10
# via requests
inflect==5.0.2
importlib-metadata==4.6.1
# via
# keyring
# twine
inflect==5.3.0
# via jinja2-pluralize
isort==5.7.0
isort==5.9.2
# via
# -r requirements/quality.in
# pylint
jinja2-pluralize==0.3.0
# via diff-cover
jinja2==2.11.2
jinja2==3.0.1
# via
# code-annotations
# diff-cover
# jinja2-pluralize
keyring==22.0.1
keyring==23.0.1
# via twine
lazy-object-proxy==1.4.3
lazy-object-proxy==1.6.0
# via astroid
markupsafe==1.1.1
markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via pylint
packaging==20.8
packaging==21.0
# via
# bleach
# tox
path.py==12.5.0
# via edx-i18n-tools
path==15.0.1
path==16.0.0
# via path.py
pbr==5.5.1
pbr==5.6.0
# via stevedore
pip-tools==5.5.0
pep517==0.10.0
# via pip-tools
pip-tools==6.2.0
# via -r requirements/dev.in
pkginfo==1.7.0
# via twine
pluggy==0.13.1
# via
# diff-cover
# tox
polib==1.1.0
polib==1.1.1
# via edx-i18n-tools
py==1.10.0
# via tox
pycodestyle==2.6.0
pycodestyle==2.7.0
# via -r requirements/quality.in
pydocstyle==5.1.1
pydocstyle==6.1.1
# via -r requirements/quality.in
pygments==2.7.4
pygments==2.9.0
# via
# diff-cover
# readme-renderer
pylint-celery==0.3
# via edx-lint
pylint-django==2.4.2
pylint-django==2.4.4
# via edx-lint
pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pylint==2.6.0
pylint==2.9.3
# via
# edx-lint
# pylint-celery
Expand All @@ -126,15 +131,15 @@ pyparsing==2.4.7
# via packaging
python-dateutil==2.8.1
# via -r requirements/base.in
python-slugify==4.0.1
python-slugify==5.0.2
# via code-annotations
pytz==2020.5
pytz==2021.1
# via django
pyyaml==5.4.1
# via
# code-annotations
# edx-i18n-tools
readme-renderer==28.0
readme-renderer==29.0
# via twine
requests-toolbelt==0.9.1
# via twine
Expand All @@ -143,16 +148,15 @@ requests==2.25.1
# requests-toolbelt
# sailthru-client
# twine
rfc3986==1.4.0
rfc3986==1.5.0
# via twine
sailthru-client==2.2.3
# via -r requirements/base.in
simplejson==3.17.2
# via sailthru-client
six==1.15.0
six==1.16.0
# via
# -r requirements/base.in
# astroid
# bleach
# edx-i18n-tools
# edx-lint
Expand All @@ -172,24 +176,29 @@ text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via
# pep517
# pylint
# tox
tox==3.21.3
tox==3.23.1
# via -r requirements/dev.in
tqdm==4.56.0
tqdm==4.61.2
# via twine
twine==3.3.0
twine==3.4.1
# via -r requirements/dev.in
urllib3==1.26.3
urllib3==1.26.6
# via requests
virtualenv==20.4.0
virtualenv==20.4.7
# via tox
webencodings==0.5.1
# via bleach
wheel==0.36.2
# via -r requirements/dev.in
# via
# -r requirements/dev.in
# pip-tools
wrapt==1.12.1
# via astroid
zipp==3.5.0
# via importlib-metadata

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

0 comments on commit d335bb3

Please sign in to comment.