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: update pip-tools to 6.13.0 #98

Merged
merged 1 commit into from
Apr 27, 2023
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
22 changes: 11 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
appdirs==1.4.4
# via fs
asgiref==3.5.2
asgiref==3.6.0
# via django
django==3.2.14
django==3.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
fs==2.4.16
# via xblock
lxml==4.9.1
lxml==4.9.2
# via xblock
mako==1.2.1
mako==1.2.4
# via xblock-utils
markupsafe==2.1.1
markupsafe==2.1.2
# via
# mako
# xblock
python-dateutil==2.8.2
# via xblock
pytz==2022.1
pytz==2023.3
# via
# django
# xblock
pyyaml==6.0
# via xblock
simplejson==3.17.6
simplejson==3.19.1
# via xblock-utils
six==1.16.0
# via
# -r requirements/base.in
# fs
# python-dateutil
sqlparse==0.4.2
sqlparse==0.4.4
# via django
web-fragments==2.0.0
# via
# xblock
# xblock-utils
webob==1.8.7
# via xblock
xblock==1.6.1
xblock==1.6.2
# via
# -r requirements/base.in
# xblock-utils
Expand Down
38 changes: 18 additions & 20 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
certifi==2022.6.15
certifi==2022.12.7
# via requests
charset-normalizer==2.1.0
charset-normalizer==3.1.0
# via requests
coverage==6.4.2
coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/ci.in
distlib==0.3.5
distlib==0.3.6
# via
# -r requirements/tox.txt
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.7.1
filelock==3.12.0
# via
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.3
idna==3.4
# via requests
packaging==21.3
packaging==23.1
# via
# -r requirements/tox.txt
# tox
platformdirs==2.5.2
platformdirs==3.4.0
# via
# -r requirements/tox.txt
# virtualenv
Expand All @@ -41,25 +41,23 @@ py==1.11.0
# via
# -r requirements/tox.txt
# tox
pyparsing==3.0.9
# via
# -r requirements/tox.txt
# packaging
requests==2.28.1
requests==2.29.0
# via coveralls
six==1.16.0
# via
# -r requirements/tox.txt
# tox
toml==0.10.2
tomli==2.0.1
# via
# -r requirements/tox.txt
# tox
tox==3.25.1
# via -r requirements/tox.txt
urllib3==1.26.11
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
urllib3==1.26.15
# via requests
virtualenv==20.16.2
virtualenv==20.22.0
# via
# -r requirements/tox.txt
# tox
11 changes: 9 additions & 2 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ Django<4.0
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
elasticsearch<7.14.0

setuptools<60

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
14 changes: 6 additions & 8 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
wheel==0.37.1
wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.2.1
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.7.2
# via -r requirements/pip.in
setuptools==59.8.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
22 changes: 9 additions & 13 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
build==0.8.0
build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==21.3
packaging==23.1
# via build
pep517==0.12.0
# via build
pip-tools==6.8.0
pip-tools==6.13.0
# via -r requirements/pip_tools.in
pyparsing==3.0.9
# via packaging
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pep517
wheel==0.37.1
# via build
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
52 changes: 26 additions & 26 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
asgiref==3.5.2
asgiref==3.6.0
# via
# -r requirements/base.txt
# django
astroid==2.11.7
astroid==2.15.4
# via pylint
coverage==6.4.2
coverage==7.2.3
# via -r requirements/test.txt
dill==0.3.5.1
dill==0.3.6
# via pylint
django==3.2.14
django==3.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -28,46 +28,46 @@ fs==2.4.16
# via
# -r requirements/base.txt
# xblock
isort==5.10.1
isort==5.12.0
# via pylint
lazy-object-proxy==1.7.1
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.1
lxml==4.9.2
# via
# -r requirements/base.txt
# xblock
mako==1.2.1
mako==1.2.4
# via
# -r requirements/base.txt
# xblock-utils
markupsafe==2.1.1
markupsafe==2.1.2
# via
# -r requirements/base.txt
# mako
# xblock
mccabe==0.7.0
# via pylint
mock==4.0.3
mock==5.0.2
# via -r requirements/test.txt
pbr==5.9.0
pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==2.5.2
platformdirs==3.4.0
# via pylint
pycodestyle==2.8.0
pycodestyle==2.10.0
# via -r requirements/quality.in
pylint==2.14.5
pylint==2.17.3
# via -r requirements/quality.in
pymongo==3.12.3
pymongo==3.13.0
# via
# -r requirements/test.txt
# edx-opaque-keys
python-dateutil==2.8.2
# via
# -r requirements/base.txt
# xblock
pytz==2022.1
pytz==2023.3
# via
# -r requirements/base.txt
# django
Expand All @@ -76,7 +76,7 @@ pyyaml==6.0
# via
# -r requirements/base.txt
# xblock
simplejson==3.17.6
simplejson==3.19.1
# via
# -r requirements/base.txt
# xblock-utils
Expand All @@ -85,19 +85,19 @@ six==1.16.0
# -r requirements/base.txt
# fs
# python-dateutil
sqlparse==0.4.2
sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==4.0.0
stevedore==5.0.0
# via
# -r requirements/test.txt
# edx-opaque-keys
tomli==2.0.1
# via pylint
tomlkit==0.11.1
tomlkit==0.11.8
# via pylint
typing-extensions==4.3.0
typing-extensions==4.5.0
# via
# astroid
# pylint
Expand All @@ -110,9 +110,9 @@ webob==1.8.7
# via
# -r requirements/base.txt
# xblock
wrapt==1.14.1
wrapt==1.15.0
# via astroid
xblock==1.6.1
xblock==1.6.2
# via
# -r requirements/base.txt
# xblock-utils
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
coverage==6.4.2
coverage==7.2.3
# via -r requirements/test.in
edx-opaque-keys==2.3.0
# via -r requirements/test.in
mock==4.0.3
mock==5.0.2
# via -r requirements/test.in
pbr==5.9.0
pbr==5.11.1
# via stevedore
pymongo==3.12.3
pymongo==3.13.0
# via edx-opaque-keys
stevedore==4.0.0
stevedore==5.0.0
# via edx-opaque-keys
Loading