Skip to content

Commit

Permalink
chore: Updating Python Requirements (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jul 3, 2023
1 parent f067e44 commit 153d3f5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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 @@ -34,14 +34,14 @@ markupsafe==2.1.3
# via mako
matplotlib==3.7.1
# via -r edx_repo_tools/conventional_commits/extra.in
numpy==1.24.3
numpy==1.24.4
# via
# contourpy
# matplotlib
# pandas
packaging==23.1
# via matplotlib
pandas==2.0.2
pandas==2.0.3
# via -r edx_repo_tools/conventional_commits/extra.in
pillow==9.5.0
# via matplotlib
Expand All @@ -59,7 +59,7 @@ sqlalchemy==1.4.48
# via
# alembic
# dataset
typing-extensions==4.6.3
typing-extensions==4.7.0
# via alembic
tzdata==2023.3
# via pandas
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 @@ -20,7 +20,7 @@ requests==2.31.0
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.4.2
# via -r edx_repo_tools/find_dependencies/extra.in
typing-extensions==4.6.3
typing-extensions==4.7.0
# via rich
urllib3==2.0.3
# via requests
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 @@ -10,5 +10,5 @@ playwright==1.35.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==9.0.4
# via playwright
typing-extensions==4.6.3
typing-extensions==4.7.0
# via playwright
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ moreorless==0.4.0
# via bowler
msgpack==1.0.5
# via cachecontrol
numpy==1.24.3
numpy==1.24.4
# via -r requirements/base.in
oauthlib==3.2.2
# via requests-oauthlib
Expand All @@ -121,7 +121,7 @@ path==16.6.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
platformdirs==3.7.0
platformdirs==3.8.0
# via virtualenv
pluggy==1.2.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.2
pytest==7.4.0
# via
# -r requirements/base.in
# pytest-logging
Expand Down Expand Up @@ -216,7 +216,7 @@ tqdm==4.65.0
# via -r requirements/base.in
twisted==22.10.0
# via scrapy
typing-extensions==4.6.3
typing-extensions==4.7.0
# via twisted
uritemplate==4.1.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ msgpack==1.0.5
# via
# -r requirements/base.txt
# cachecontrol
numpy==1.24.3
numpy==1.24.4
# via -r requirements/base.txt
oauthlib==3.2.2
# via
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.7.0
platformdirs==3.8.0
# 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.2
pytest==7.4.0
# via
# -r requirements/base.txt
# -r requirements/development.in
Expand Down Expand Up @@ -380,7 +380,7 @@ twisted==22.10.0
# scrapy
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.3
typing-extensions==4.7.0
# via
# -r requirements/base.txt
# astroid
Expand Down

0 comments on commit 153d3f5

Please sign in to comment.