Skip to content

Commit

Permalink
chore: Updating Python Requirements (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 16, 2023
1 parent 0bc883e commit f0acdeb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
8 changes: 5 additions & 3 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ greenlet==2.0.2
importlib-metadata==6.0.0
# via alembic
importlib-resources==5.10.2
# via alembic
# via
# alembic
# matplotlib
kiwisolver==1.4.4
# via matplotlib
mako==1.2.4
# via alembic
markupsafe==2.1.2
# via mako
matplotlib==3.6.3
matplotlib==3.7.0
# via -r edx_repo_tools/conventional_commits/extra.in
numpy==1.24.2
# via
Expand All @@ -55,7 +57,7 @@ sqlalchemy==1.4.46
# via
# alembic
# dataset
zipp==3.12.1
zipp==3.13.0
# via
# importlib-metadata
# importlib-resources
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.28.2
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.3.1
# via -r edx_repo_tools/find_dependencies/extra.in
typing-extensions==4.4.0
typing-extensions==4.5.0
# via rich
urllib3==1.26.14
# 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.30.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==9.0.4
# via playwright
typing-extensions==4.4.0
typing-extensions==4.5.0
# via playwright
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ tqdm==4.64.1
# via -r requirements/base.in
twisted==22.10.0
# via scrapy
typing-extensions==4.4.0
typing-extensions==4.5.0
# via twisted
uritemplate==4.1.1
# via
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==2.14.1
astroid==2.14.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -83,7 +83,7 @@ docutils==0.19
# via
# -r requirements/base.txt
# statistics
edx-lint==5.3.0
edx-lint==5.3.2
# via -r requirements/development.in
exceptiongroup==1.1.0
# via
Expand Down Expand Up @@ -243,7 +243,7 @@ pyjwt[crypto]==2.6.0
# via
# -r requirements/base.txt
# github3-py
pylint==2.16.1
pylint==2.16.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -345,7 +345,7 @@ smmap==5.0.0
# gitdb
statistics==1.0.3.5
# via -r requirements/base.txt
stevedore==4.1.1
stevedore==5.0.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down Expand Up @@ -379,9 +379,9 @@ twisted==22.10.0
# via
# -r requirements/base.txt
# scrapy
types-toml==0.10.8.3
types-toml==0.10.8.4
# via responses
typing-extensions==4.4.0
typing-extensions==4.5.0
# via
# -r requirements/base.txt
# astroid
Expand Down

0 comments on commit f0acdeb

Please sign in to comment.