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

fix: remove local django constraint #71

Merged
merged 2 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
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
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