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

Python Requirements Update #489

Closed
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
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
18 changes: 11 additions & 7 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 Expand Up @@ -292,5 +292,9 @@ zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
pip==24.0
# via pip-tools
setuptools==69.1.1
# via
# -r requirements/development.in
# pip-tools
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
Loading