Skip to content

Commit

Permalink
chore: remove outdated constraints (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: edX requirements bot <[email protected]>
  • Loading branch information
robrap and edx-requirements-bot authored Jun 7, 2023
1 parent 7fe88d3 commit 46b5259
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 72 deletions.
7 changes: 2 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ edx-django-utils==5.5.0
# via -r requirements/base.in
jinja2==3.1.2
# via code-annotations
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
newrelic==8.8.0
# via edx-django-utils
Expand All @@ -50,13 +50,10 @@ pytz==2023.3
# via django
pyyaml==6.0
# via code-annotations
six==1.16.0
# via stevedore
sqlparse==0.4.4
# via django
stevedore==1.32.0
stevedore==5.1.0
# via
# -c requirements/constraints.txt
# code-annotations
# edx-django-utils
text-unidecode==1.3
Expand Down
16 changes: 0 additions & 16 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,3 @@

# Common constraints for edx repos
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

# stevedore > 1.32.0 does not work with Python 3.5
stevedore==1.32.0

# inflect 4.0.0 drops support for Python 3.5
inflect<4.0.0


# wrapt is conflicting with other packages.
wrapt==1.11

# diff-cover latest requires (pluggy>=0.13.1,<0.14.0)
# which conflicts with pytest(pluggy>=0.12,<2.0.0) and tox(pluggy>0.12) both of these fetch pluggy==1.0.0
# but diff-cover latest has a pin (pluggy<1.0.0a1)
# Using the same version of diff-cover which is being used currently in edx-platform to avoid this conflict.
diff-cover==4.0.0
28 changes: 7 additions & 21 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ cffi==1.15.1
# via
# -r requirements/quality.txt
# pynacl
chardet==5.1.0
# via diff-cover
charset-normalizer==3.1.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -56,10 +58,8 @@ deprecated==1.2.14
# via
# -r requirements/quality.txt
# atlassian-python-api
diff-cover==4.0.0
# via
# -c requirements/constraints.txt
# -r requirements/dev.in
diff-cover==7.5.0
# via -r requirements/dev.in
dill==0.3.6
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -102,12 +102,6 @@ idna==3.4
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.6.0
# via inflect
inflect==3.0.2
# via
# -c requirements/constraints.txt
# jinja2-pluralize
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand All @@ -121,14 +115,11 @@ jinja2==3.1.2
# -r requirements/quality.txt
# code-annotations
# diff-cover
# jinja2-pluralize
jinja2-pluralize==0.3.0
# via diff-cover
lazy-object-proxy==1.9.0
# via
# -r requirements/quality.txt
# astroid
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -r requirements/quality.txt
# jinja2
Expand Down Expand Up @@ -259,7 +250,6 @@ six==1.16.0
# -r requirements/quality.txt
# atlassian-python-api
# edx-lint
# stevedore
# tox
snowballstemmer==2.2.0
# via
Expand All @@ -269,9 +259,8 @@ sqlparse==0.4.4
# via
# -r requirements/quality.txt
# django
stevedore==1.32.0
stevedore==5.1.0
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# code-annotations
# edx-django-utils
Expand Down Expand Up @@ -319,14 +308,11 @@ wheel==0.40.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.11.0
wrapt==1.15.0
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# astroid
# deprecated
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
9 changes: 3 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ keyring==23.13.1
# via twine
markdown-it-py==2.2.0
# via rich
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -224,7 +224,6 @@ six==1.16.0
# -r requirements/test.txt
# atlassian-python-api
# bleach
# stevedore
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
Expand Down Expand Up @@ -253,9 +252,8 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==1.32.0
stevedore==5.1.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# code-annotations
# doc8
Expand Down Expand Up @@ -287,9 +285,8 @@ urllib3==2.0.2
# twine
webencodings==0.5.1
# via bleach
wrapt==1.11.0
wrapt==1.15.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# deprecated
zipp==3.15.0
Expand Down
9 changes: 3 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jinja2==3.1.2
# code-annotations
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -183,16 +183,14 @@ six==1.16.0
# -r requirements/test.txt
# atlassian-python-api
# edx-lint
# stevedore
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==1.32.0
stevedore==5.1.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# code-annotations
# edx-django-utils
Expand All @@ -218,9 +216,8 @@ urllib3==2.0.2
# via
# -r requirements/test.txt
# requests
wrapt==1.11.0
wrapt==1.15.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# astroid
# deprecated
16 changes: 5 additions & 11 deletions requirements/scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jinja2==3.1.2
# via
# -r requirements/base.txt
# code-annotations
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -98,17 +98,13 @@ requests==2.31.0
requests-oauthlib==1.3.1
# via atlassian-python-api
six==1.16.0
# via
# -r requirements/base.txt
# atlassian-python-api
# stevedore
# via atlassian-python-api
sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==1.32.0
stevedore==5.1.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# code-annotations
# edx-django-utils
Expand All @@ -122,7 +118,5 @@ typing-extensions==4.6.3
# asgiref
urllib3==2.0.2
# via requests
wrapt==1.11.0
# via
# -c requirements/constraints.txt
# deprecated
wrapt==1.15.0
# via deprecated
10 changes: 3 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jinja2==3.1.2
# -r requirements/base.txt
# -r requirements/scripts.txt
# code-annotations
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -r requirements/base.txt
# -r requirements/scripts.txt
Expand Down Expand Up @@ -147,18 +147,15 @@ requests-oauthlib==1.3.1
# atlassian-python-api
six==1.16.0
# via
# -r requirements/base.txt
# -r requirements/scripts.txt
# atlassian-python-api
# stevedore
sqlparse==0.4.4
# via
# -r requirements/base.txt
# -r requirements/scripts.txt
# django
stevedore==1.32.0
stevedore==5.1.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# -r requirements/scripts.txt
# code-annotations
Expand All @@ -181,8 +178,7 @@ urllib3==2.0.2
# via
# -r requirements/scripts.txt
# requests
wrapt==1.11.0
wrapt==1.15.0
# via
# -c requirements/constraints.txt
# -r requirements/scripts.txt
# deprecated

0 comments on commit 46b5259

Please sign in to comment.