Skip to content

Commit

Permalink
chore: Updating Python Requirements (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 28, 2023
1 parent fee7a73 commit c534010
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
4 changes: 2 additions & 2 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.44.3
fonttools==4.45.0
# via matplotlib
greenlet==3.0.1
# via
Expand All @@ -32,7 +32,7 @@ mako==1.3.0
# via alembic
markupsafe==2.1.3
# via mako
matplotlib==3.7.3
matplotlib==3.7.4
# via -r edx_repo_tools/conventional_commits/extra.in
numpy==1.24.4
# via
Expand Down
4 changes: 2 additions & 2 deletions 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.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -14,7 +14,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
pygments==2.16.1
pygments==2.17.2
# via rich
requests==2.31.0
# via -r edx_repo_tools/find_dependencies/extra.in
Expand Down
4 changes: 1 addition & 3 deletions edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ greenlet==3.0.1
# via
# -c edx_repo_tools/repo_access_scraper/../../requirements/constraints.txt
# playwright
playwright==1.18.1
playwright==1.40.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==11.0.1
# via playwright
typing-extensions==4.8.0
# via
# playwright
# pyee
websockets==12.0
# via playwright
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.7.22
certifi==2023.11.17
# 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 @@ -18,7 +18,7 @@ cachecontrol==0.13.1
# via -r requirements/base.in
cachetools==5.3.2
# via tox
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -39,7 +39,7 @@ distlib==0.3.7
# via virtualenv
docutils==0.20.1
# via statistics
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
execnet==2.0.2
# via pytest-xdist
Expand Down Expand Up @@ -102,7 +102,7 @@ pytest==7.4.3
# pytest-xdist
pytest-logging==2015.11.4
# via -r requirements/base.in
pytest-xdist==3.4.0
pytest-xdist==3.5.0
# via -r requirements/base.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -144,7 +144,7 @@ urllib3==2.1.0
# via requests
urlobject==2.4.3
# via -r requirements/base.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
volatile==2.1.0
# via bowler
8 changes: 4 additions & 4 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cachetools==5.3.2
# via
# -r requirements/base.txt
# tox
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -77,7 +77,7 @@ docutils==0.20.1
# statistics
edx-lint==5.3.6
# via -r requirements/development.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/base.txt
# pytest
Expand Down Expand Up @@ -203,7 +203,7 @@ pytest-logging==2015.11.4
# via -r requirements/base.txt
pytest-mock==3.12.0
# via -r requirements/development.in
pytest-xdist==3.4.0
pytest-xdist==3.5.0
# via -r requirements/base.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -278,7 +278,7 @@ urllib3==2.1.0
# responses
urlobject==2.4.3
# via -r requirements/base.txt
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/base.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.3
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in

0 comments on commit c534010

Please sign in to comment.