Skip to content

Commit

Permalink
Merge pull request #140 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-ca511c4

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Mar 4, 2024
2 parents ca511c4 + 8d080d1 commit 1b6dc54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ markupsafe==2.1.5
# via
# mako
# xblock
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via xblock
pytz==2024.1
# via xblock
Expand All @@ -35,7 +35,7 @@ web-fragments==2.1.0
# xblock
webob==1.8.7
# via xblock
xblock==1.10.0
xblock==2.0.0
# via -r requirements/base.in

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


# using LTS django version
Django<4.0
Django<5.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
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==23.2
# via pytest
pluggy==1.4.0
# via pytest
pytest==8.0.2
pytest==8.1.0
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand Down

0 comments on commit 1b6dc54

Please sign in to comment.