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

Un-pin alembic, the incompatibility is solved. #417

Merged
merged 2 commits into from
Jul 18, 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
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
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
-c common_constraints.txt

# dataset isn't compatible with alembic 1.11: https://github.com/pudo/dataset/issues/419
alembic<1.11
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
Loading