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 #475

Merged
merged 1 commit into from
Feb 9, 2024
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
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 @@ -14,7 +14,7 @@ cycler==0.12.1
# via matplotlib
dataset==1.6.2
# via -r edx_repo_tools/conventional_commits/extra.in
fonttools==4.47.2
fonttools==4.48.1
# via matplotlib
greenlet==3.0.3
# via
Expand All @@ -30,7 +30,7 @@ kiwisolver==1.4.5
# via matplotlib
mako==1.3.2
# via alembic
markupsafe==2.1.4
markupsafe==2.1.5
# via mako
matplotlib==3.7.4
# via -r edx_repo_tools/conventional_commits/extra.in
Expand All @@ -51,7 +51,7 @@ python-dateutil==2.8.2
# via
# matplotlib
# pandas
pytz==2023.4
pytz==2024.1
# via pandas
six==1.16.0
# via python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion edx_repo_tools/find_dependencies/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down
2 changes: 1 addition & 1 deletion edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ greenlet==3.0.3
# via
# -c edx_repo_tools/repo_access_scraper/../../requirements/constraints.txt
# playwright
playwright==1.41.1
playwright==1.41.2
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==11.0.1
# via playwright
Expand Down
2 changes: 1 addition & 1 deletion edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cache-to-disk==2.0.0
# via -r edx_repo_tools/repo_checks/extra.in
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ backports-csv==1.0.7
# via -r requirements/base.in
bowler==0.9.0
# via -r requirements/base.in
cachecontrol==0.13.1
cachecontrol==0.14.0
# via -r requirements/base.in
cachetools==5.3.2
# via tox
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
Expand Down Expand Up @@ -74,7 +74,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
path==16.9.0
path==16.10.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
Expand Down Expand Up @@ -116,7 +116,7 @@ requests==2.31.0
# -r requirements/base.in
# cachecontrol
# github3-py
ruamel-yaml==0.18.5
ruamel-yaml==0.18.6
# via -r requirements/base.in
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
Expand Down
12 changes: 6 additions & 6 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fissix
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
Expand All @@ -22,13 +22,13 @@ bowler==0.9.0
# via -r requirements/base.txt
build==1.0.3
# via pip-tools
cachecontrol==0.13.1
cachecontrol==0.14.0
# via -r requirements/base.txt
cachetools==5.3.2
# via
# -r requirements/base.txt
# tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -120,7 +120,7 @@ lazy==1.6
# via -r requirements/base.txt
lockfile==0.12.2
# via -r requirements/base.txt
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -141,7 +141,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
path==16.9.0
path==16.10.0
# via
# -r requirements/base.txt
# path-py
Expand Down Expand Up @@ -225,7 +225,7 @@ requests==2.31.0
# responses
responses==0.24.1
# via -r requirements/development.in
ruamel-yaml==0.18.5
ruamel-yaml==0.18.6
# via -r requirements/base.txt
ruamel-yaml-clib==0.2.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
# via -r requirements/pip.in
Loading