Skip to content

Commit

Permalink
chore: Updating Python Requirements (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 23, 2023
1 parent f0acdeb commit f4043b3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
alembic==1.9.3
alembic==1.9.4
# via dataset
banal==1.0.6
# via dataset
Expand All @@ -20,7 +20,7 @@ greenlet==2.0.2
# via sqlalchemy
importlib-metadata==6.0.0
# via alembic
importlib-resources==5.10.2
importlib-resources==5.12.0
# via
# alembic
# matplotlib
Expand Down Expand Up @@ -57,7 +57,7 @@ sqlalchemy==1.4.46
# via
# alembic
# dataset
zipp==3.13.0
zipp==3.14.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 @@ -10,7 +10,7 @@ charset-normalizer==3.0.1
# via requests
idna==3.4
# via requests
markdown-it-py==2.1.0
markdown-it-py==2.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
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.1
# via playwright
playwright==1.30.0
playwright==1.31.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==9.0.4
# via playwright
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gitdb==4.0.10
# via gitpython
github3-py==3.2.0
# via -r requirements/base.in
gitpython==3.1.30
gitpython==3.1.31
# via -r requirements/base.in
hyperlink==21.0.0
# via twisted
Expand Down Expand Up @@ -138,7 +138,7 @@ pyasn1-modules==0.2.8
# via service-identity
pycparser==2.21
# via cffi
pydispatcher==2.0.6
pydispatcher==2.0.7
# via scrapy
pyjwt[crypto]==2.6.0
# via github3-py
Expand Down
6 changes: 3 additions & 3 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ gitdb==4.0.10
# gitpython
github3-py==3.2.0
# via -r requirements/base.txt
gitpython==3.1.30
gitpython==3.1.31
# via -r requirements/base.txt
hyperlink==21.0.0
# via
Expand Down Expand Up @@ -235,7 +235,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pydispatcher==2.0.6
pydispatcher==2.0.7
# via
# -r requirements/base.txt
# scrapy
Expand Down Expand Up @@ -379,7 +379,7 @@ twisted==22.10.0
# via
# -r requirements/base.txt
# scrapy
types-toml==0.10.8.4
types-toml==0.10.8.5
# via responses
typing-extensions==4.5.0
# via
Expand Down

0 comments on commit f4043b3

Please sign in to comment.