Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
mumarkhan999 committed Mar 7, 2024
2 parents e24267e + b05c610 commit b0b317f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 18 deletions.
6 changes: 3 additions & 3 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ pandas==2.0.3
# via -r edx_repo_tools/conventional_commits/extra.in
pillow==10.2.0
# via matplotlib
pyparsing==3.1.1
pyparsing==3.1.2
# via matplotlib
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
pytz==2024.1
# via pandas
six==1.16.0
# via python-dateutil
sqlalchemy==1.4.51
sqlalchemy==1.4.52
# via
# alembic
# dataset
Expand Down
6 changes: 2 additions & 4 deletions edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ greenlet==3.0.3
# via
# -c edx_repo_tools/repo_access_scraper/../../requirements/constraints.txt
# playwright
playwright==1.41.2
playwright==1.42.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==11.0.1
# via playwright
typing-extensions==4.10.0
# via
# playwright
# pyee
# via pyee
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ more-itertools==10.2.0
# via -r requirements/base.in
moreorless==0.4.0
# via bowler
msgpack==1.0.7
msgpack==1.0.8
# via cachecontrol
packaging==23.2
# via
Expand Down Expand Up @@ -101,7 +101,7 @@ pytest-logging==2015.11.4
# via -r requirements/base.in
pytest-xdist==3.5.0
# via -r requirements/base.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.in
# github3-py
Expand Down Expand Up @@ -129,7 +129,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.13.0
tox==4.14.1
# via -r requirements/base.in
tqdm==4.66.2
# via -r requirements/base.in
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
10 changes: 5 additions & 5 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backports-csv==1.0.7
# via -r requirements/base.txt
bowler==0.9.0
# via -r requirements/base.txt
build==1.0.3
build==1.1.1
# via pip-tools
cachecontrol==0.14.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -130,7 +130,7 @@ moreorless==0.4.0
# via
# -r requirements/base.txt
# bowler
msgpack==1.0.7
msgpack==1.0.8
# via
# -r requirements/base.txt
# cachecontrol
Expand All @@ -149,7 +149,7 @@ path-py==12.5.0
# via -r requirements/base.txt
pbr==6.0.0
# via stevedore
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/development.in
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -205,7 +205,7 @@ pytest-mock==3.12.0
# via -r requirements/development.in
pytest-xdist==3.5.0
# via -r requirements/base.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# github3-py
Expand Down Expand Up @@ -259,7 +259,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.4
# via pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/base.txt
tqdm==4.66.2
# via -r requirements/base.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand Down

0 comments on commit b0b317f

Please sign in to comment.