Skip to content

Commit

Permalink
fix: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Zarecor committed Jun 16, 2022
1 parent c328a04 commit 6a25a59
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
16 changes: 7 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# make upgrade
#
appdirs==1.4.4
# via fs
fs==2.4.14
fs==2.4.16
# via xblock
lxml==4.7.1
lxml==4.9.0
# via xblock
markupsafe==2.0.1
markupsafe==2.1.1
# via xblock
python-dateutil==2.8.2
# via xblock
pytz==2021.3
# via
# fs
# xblock
pytz==2022.1
# via xblock
pyyaml==6.0
# via xblock
six==1.16.0
Expand All @@ -28,7 +26,7 @@ web-fragments==2.0.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.5.1
xblock==1.6.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
7 changes: 6 additions & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@


# using LTS django version
Django<3.3
Django<4.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# 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
10 changes: 5 additions & 5 deletions requirements/pip_tools.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
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# make upgrade
#
click==8.0.3
click==8.1.3
# via pip-tools
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
pip-tools==6.6.2
# via -r requirements/pip_tools.in
tomli==2.0.0
tomli==2.0.1
# via pep517
wheel==0.37.0
wheel==0.37.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 6a25a59

Please sign in to comment.