Skip to content

Commit

Permalink
fix: fix issues with setuptools pin (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 authored Feb 15, 2022
1 parent f15e29a commit 19e72b3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion edxsearch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Container module for testing / demoing search """

__version__ = '4.0.0'
__version__ = '3.2.0'
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ idna==3.3
# via requests
packaging==21.3
# via tox
platformdirs==2.4.1
platformdirs==2.5.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ pep517==0.12.0
# pip-tools
pip-tools==6.5.1
# via -r requirements/pip-tools.txt
platformdirs==2.4.1
platformdirs==2.5.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down
1 change: 1 addition & 0 deletions requirements/pip.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Core dependencies for installing other packages
-c constraints.txt

pip
setuptools
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.3
# via -r requirements/pip.in
setuptools==60.8.1
# via -r requirements/pip.in
setuptools==59.8.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pbr==5.8.1
# via
# -r requirements/testing.txt
# stevedore
platformdirs==2.4.1
platformdirs==2.5.0
# via pylint
pluggy==1.0.0
# via
Expand Down

0 comments on commit 19e72b3

Please sign in to comment.