Skip to content

Commit

Permalink
Merge pull request #71 from openedx/remove-local-django-constraint
Browse files Browse the repository at this point in the history
fix: remove local django constraint
  • Loading branch information
UsamaSadiq authored Jan 23, 2024
2 parents 3162361 + c724699 commit 7c79af2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 26 deletions.
2 changes: 1 addition & 1 deletion google_drive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .google_docs import GoogleDocumentBlock
from .google_calendar import GoogleCalendarBlock

__version__ = '0.6.0'
__version__ = '0.6.1'
3 changes: 1 addition & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ distlib==0.3.8
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# edx-i18n-tools
docopt==0.6.2
# via coveralls
Expand Down Expand Up @@ -67,7 +66,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.0
tox==4.12.1
# via -r requirements/ci.in
typing-extensions==4.9.0
# via asgiref
Expand Down
6 changes: 1 addition & 5 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@
-c common_constraints.txt

# TODO: Many pinned dependencies should be unpinned and/or moved to this constraints file.

# Use latest Django LTS version
Django<3.3.0

pylint==2.12.2
pylint==2.12.2
11 changes: 5 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ backports-functools-lru-cache==2.0.0
# via caniusepython3
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.20
boto3==1.34.25
# via fs-s3fs
botocore==1.34.20
botocore==1.34.25
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -55,14 +55,13 @@ coverage[toml]==7.4.0
# pytest-cov
ddt==1.7.1
# via -r requirements/test.in
diff-cover==8.0.2
diff-cover==8.0.3
# via -r requirements/dev.in
distlib==0.3.8
# via caniusepython3
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# edx-i18n-tools
# openedx-django-pyfs
Expand Down Expand Up @@ -114,11 +113,11 @@ lxml==5.1.0
# edx-i18n-tools
# xblock
# xblock-sdk
mako==1.3.0
mako==1.3.1
# via xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# mako
Expand Down
11 changes: 5 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ backports-functools-lru-cache==2.0.0
# via caniusepython3
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.20
boto3==1.34.25
# via fs-s3fs
botocore==1.34.20
botocore==1.34.25
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -55,14 +55,13 @@ coverage[toml]==7.4.0
# pytest-cov
ddt==1.7.1
# via -r requirements/test.in
diff-cover==8.0.2
diff-cover==8.0.3
# via -r requirements/dev.in
distlib==0.3.8
# via caniusepython3
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# edx-i18n-tools
# openedx-django-pyfs
Expand Down Expand Up @@ -114,11 +113,11 @@ lxml==5.1.0
# edx-i18n-tools
# xblock
# xblock-sdk
mako==1.3.0
mako==1.3.1
# via xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# mako
Expand Down
11 changes: 5 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.20
boto3==1.34.25
# via fs-s3fs
botocore==1.34.20
botocore==1.34.25
# via
# boto3
# s3transfer
Expand All @@ -40,11 +40,10 @@ coverage[toml]==7.4.0
# pytest-cov
ddt==1.7.1
# via -r requirements/test.in
diff-cover==8.0.2
diff-cover==8.0.3
# via -r requirements/dev.in
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# edx-i18n-tools
# openedx-django-pyfs
Expand Down Expand Up @@ -87,11 +86,11 @@ lxml==5.1.0
# edx-i18n-tools
# xblock
# xblock-sdk
mako==1.3.0
mako==1.3.1
# via xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# mako
Expand Down

0 comments on commit 7c79af2

Please sign in to comment.