Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Jul 17, 2023
1 parent cc08e59 commit 7c84901
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 21 deletions.
8 changes: 3 additions & 5 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
# make upgrade
#
alembic==1.10.4
# via
# -c edx_repo_tools/conventional_commits/../../requirements/constraints.txt
# dataset
alembic==1.11.1
# via dataset
banal==1.0.6
# via dataset
contourpy==1.1.0
Expand Down Expand Up @@ -63,7 +61,7 @@ typing-extensions==4.7.1
# via alembic
tzdata==2023.3
# via pandas
zipp==3.16.1
zipp==3.16.2
# via
# importlib-metadata
# importlib-resources
6 changes: 4 additions & 2 deletions edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
#
greenlet==2.0.2
# via playwright
playwright==1.35.0
playwright==1.36.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==9.0.4
# via playwright
typing-extensions==4.7.1
# via playwright
# via
# playwright
# pyee
6 changes: 4 additions & 2 deletions edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2023.5.7
# via requests
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via -r edx_repo_tools/repo_checks/extra.in
fastcore==1.5.29
# via ghapi
Expand All @@ -19,7 +19,9 @@ ghapi==1.0.4
idna==3.4
# via requests
packaging==23.1
# via ghapi
# via
# fastcore
# ghapi
pyyaml==6.0
# via -r edx_repo_tools/repo_checks/extra.in
requests==2.31.0
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via
# -r requirements/base.in
# bowler
Expand All @@ -45,7 +45,7 @@ cssselect==1.2.0
# via
# parsel
# scrapy
distlib==0.3.6
distlib==0.3.7
# via virtualenv
docutils==0.20.1
# via statistics
Expand Down Expand Up @@ -121,7 +121,7 @@ path==16.7.1
# via path-py
path-py==12.5.0
# via -r requirements/base.in
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.2.0
# via
Expand Down Expand Up @@ -226,7 +226,7 @@ urllib3==2.0.3
# via requests
urlobject==2.4.3
# via -r requirements/base.in
virtualenv==20.23.1
virtualenv==20.24.0
# via tox
volatile==2.1.0
# via bowler
Expand Down
10 changes: 5 additions & 5 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/base.txt
# bowler
Expand Down Expand Up @@ -74,7 +74,7 @@ cssselect==1.2.0
# scrapy
dill==0.3.6
# via pylint
distlib==0.3.6
distlib==0.3.7
# via
# -r requirements/base.txt
# virtualenv
Expand Down Expand Up @@ -202,9 +202,9 @@ pbr==5.11.1
# via stevedore
pep8==1.7.1
# via -r requirements/development.in
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/development.in
platformdirs==3.8.1
platformdirs==3.9.1
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -398,7 +398,7 @@ urllib3==2.0.3
# responses
urlobject==2.4.3
# via -r requirements/base.txt
virtualenv==20.23.1
virtualenv==20.24.0
# via
# -r requirements/base.txt
# tox
Expand Down
5 changes: 3 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.5
# via pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.40.0
# via pip-tools

Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in

0 comments on commit 7c84901

Please sign in to comment.