Skip to content

Commit

Permalink
Update pip-tools to avoid an incompatibility with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-betts committed Jul 26, 2023
1 parent 9285c0f commit 8f54773
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/checkdocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/checkdocs.in
# pip-compile --config=pyproject.toml requirements/checkdocs.in
#
alabaster==0.7.12
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/checkformatting.in
# pip-compile --config=pyproject.toml requirements/checkformatting.in
#
black==23.7.0
# via -r requirements/checkformatting.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/coverage.in
# pip-compile --config=pyproject.toml requirements/coverage.in
#
build==0.8.0
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/dev.in
# pip-compile --config=pyproject.toml requirements/dev.in
#
alembic==1.11.1
# via -r requirements/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/docs.in
# pip-compile --config=pyproject.toml requirements/docs.in
#
alabaster==0.7.12
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/format.in
# pip-compile --config=pyproject.toml requirements/format.in
#
black==23.7.0
# via -r requirements/format.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/functests.in
# pip-compile --config=pyproject.toml requirements/functests.in
#
alembic==1.11.1
# via -r requirements/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/lint.in
# pip-compile --config=pyproject.toml requirements/lint.in
#
alembic==1.11.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/requirements.in
# pip-compile --config=pyproject.toml requirements/requirements.in
#
alembic==1.11.1
# via -r requirements/requirements.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/tests.in
# pip-compile --config=pyproject.toml requirements/tests.in
#
alembic==1.11.1
# via -r requirements/requirements.txt
Expand Down

0 comments on commit 8f54773

Please sign in to comment.