Skip to content

Commit

Permalink
chore: Updating Python Requirements (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jun 16, 2023
1 parent 9afefab commit 503ffbd
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 18 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 @@ -8,13 +8,13 @@ alembic==1.11.1
# via dataset
banal==1.0.6
# via dataset
contourpy==1.0.7
contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
dataset==1.6.0
# via -r edx_repo_tools/conventional_commits/extra.in
fonttools==4.39.4
fonttools==4.40.0
# via matplotlib
greenlet==2.0.2
# via sqlalchemy
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 @@ -10,15 +10,15 @@ charset-normalizer==3.1.0
# via requests
idna==3.4
# via requests
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
pygments==2.15.1
# via rich
requests==2.31.0
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.4.1
rich==13.4.2
# via -r edx_repo_tools/find_dependencies/extra.in
typing-extensions==4.6.3
# via rich
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 @@ -6,7 +6,7 @@
#
greenlet==2.0.2
# via playwright
playwright==1.34.0
playwright==1.35.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==9.0.4
# 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 @@ -14,7 +14,7 @@ click==8.1.3
# via -r edx_repo_tools/repo_checks/extra.in
fastcore==1.5.29
# via ghapi
ghapi==1.0.3
ghapi==1.0.4
# via -r edx_repo_tools/repo_checks/extra.in
idna==3.4
# via requests
Expand Down
11 changes: 5 additions & 6 deletions requirements/base.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.in
bowler==0.9.0
# via -r requirements/base.in
cachecontrol==0.13.0
cachecontrol==0.13.1
# via -r requirements/base.in
certifi==2023.5.7
# via requests
Expand Down Expand Up @@ -53,7 +53,7 @@ exceptiongroup==1.1.1
# via pytest
execnet==1.9.0
# via pytest-xdist
filelock==3.12.0
filelock==3.12.2
# via
# tldextract
# tox
Expand Down Expand Up @@ -121,7 +121,7 @@ path==16.6.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
platformdirs==3.5.1
platformdirs==3.5.3
# via virtualenv
pluggy==1.0.0
# via
Expand All @@ -145,7 +145,7 @@ pyjwt[crypto]==2.7.0
# via github3-py
pyopenssl==23.2.0
# via scrapy
pytest==7.3.1
pytest==7.3.2
# via
# -r requirements/base.in
# pytest-logging
Expand Down Expand Up @@ -186,7 +186,7 @@ ruamel-yaml-clib==0.2.7
# via ruamel-yaml
scrapy==2.9.0
# via -r requirements/base.in
service-identity==21.1.0
service-identity==23.1.0
# via scrapy
six==1.16.0
# via
Expand All @@ -195,7 +195,6 @@ six==1.16.0
# protego
# python-dateutil
# requests-file
# service-identity
# tox
smmap==5.0.0
# via gitdb
Expand Down
11 changes: 5 additions & 6 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bowler==0.9.0
# via -r requirements/base.txt
build==0.10.0
# via pip-tools
cachecontrol==0.13.0
cachecontrol==0.13.1
# via -r requirements/base.txt
certifi==2023.5.7
# via
Expand Down Expand Up @@ -92,7 +92,7 @@ execnet==1.9.0
# via
# -r requirements/base.txt
# pytest-xdist
filelock==3.12.0
filelock==3.12.2
# via
# -r requirements/base.txt
# tldextract
Expand Down Expand Up @@ -204,7 +204,7 @@ pep8==1.7.1
# via -r requirements/development.in
pip-tools==6.13.0
# via -r requirements/development.in
platformdirs==3.5.1
platformdirs==3.5.3
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -263,7 +263,7 @@ pyopenssl==23.2.0
# scrapy
pyproject-hooks==1.0.0
# via build
pytest==7.3.1
pytest==7.3.2
# via
# -r requirements/base.txt
# -r requirements/development.in
Expand Down Expand Up @@ -326,7 +326,7 @@ ruamel-yaml-clib==0.2.7
# ruamel-yaml
scrapy==2.9.0
# via -r requirements/base.txt
service-identity==21.1.0
service-identity==23.1.0
# via
# -r requirements/base.txt
# scrapy
Expand All @@ -339,7 +339,6 @@ six==1.16.0
# protego
# python-dateutil
# requests-file
# service-identity
# tox
smmap==5.0.0
# via
Expand Down

0 comments on commit 503ffbd

Please sign in to comment.