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

Merged
merged 1 commit into from
Jul 6, 2023
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
10 changes: 5 additions & 5 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mako==1.2.4
# via alembic
markupsafe==2.1.3
# via mako
matplotlib==3.7.1
matplotlib==3.7.2
# via -r edx_repo_tools/conventional_commits/extra.in
numpy==1.24.4
# via
Expand All @@ -43,9 +43,9 @@ packaging==23.1
# via matplotlib
pandas==2.0.3
# via -r edx_repo_tools/conventional_commits/extra.in
pillow==9.5.0
pillow==10.0.0
# via matplotlib
pyparsing==3.1.0
pyparsing==3.0.9
# via matplotlib
python-dateutil==2.8.2
# via
Expand All @@ -55,11 +55,11 @@ pytz==2023.3
# via pandas
six==1.16.0
# via python-dateutil
sqlalchemy==1.4.48
sqlalchemy==1.4.49
# via
# alembic
# dataset
typing-extensions==4.7.0
typing-extensions==4.7.1
# 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.7.0
typing-extensions==4.7.1
# 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.7.0
typing-extensions==4.7.1
# via playwright
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ distlib==0.3.6
# via virtualenv
docutils==0.20.1
# via statistics
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
execnet==1.9.0
# via pytest-xdist
Expand Down Expand Up @@ -93,7 +93,7 @@ lazy==1.5
# via -r requirements/base.in
lockfile==0.12.2
# via -r requirements/base.in
lxml==4.9.2
lxml==4.9.3
# via
# parsel
# scrapy
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.7.0
typing-extensions==4.7.1
# via twisted
uritemplate==4.1.1
# via
Expand Down
9 changes: 5 additions & 4 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ docutils==0.20.1
# statistics
edx-lint==5.3.4
# via -r requirements/development.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/base.txt
# pytest
Expand Down Expand Up @@ -154,7 +154,7 @@ lazy-object-proxy==1.9.0
# via astroid
lockfile==0.12.2
# via -r requirements/base.txt
lxml==4.9.2
lxml==4.9.3
# via
# -r requirements/base.txt
# parsel
Expand Down Expand Up @@ -202,7 +202,7 @@ pbr==5.11.1
# via stevedore
pep8==1.7.1
# via -r requirements/development.in
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/development.in
platformdirs==3.8.0
# via
Expand Down Expand Up @@ -362,6 +362,7 @@ tomli==2.0.1
# via
# -r requirements/base.txt
# build
# pip-tools
# pylint
# pyproject-hooks
# pytest
Expand All @@ -380,7 +381,7 @@ twisted==22.10.0
# scrapy
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.7.0
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# astroid
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

Expand Down