Skip to content

Commit

Permalink
generate deps on 3.8, since libcst==1.2 requires 3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Mar 6, 2024
1 parent bae73ab commit 5b671ba
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
9 changes: 7 additions & 2 deletions deps/check.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=deps/check.txt deps/check.in setup.py
Expand Down Expand Up @@ -48,7 +48,7 @@ flake8-print==5.0.0
# via -r deps/check.in
flake8-simplify==0.21.0
# via -r deps/check.in
libcst==1.2.0
libcst==1.1.0
# via shed (setup.py)
mccabe==0.7.0
# via flake8
Expand Down Expand Up @@ -85,8 +85,13 @@ snowballstemmer==2.2.0
# via pydocstyle
tokenize-rt==5.2.0
# via pyupgrade
tomli==2.0.1
# via
# black
# mypy
typing-extensions==4.10.0
# via
# black
# flake8-noqa
# libcst
# mypy
Expand Down
14 changes: 12 additions & 2 deletions deps/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=deps/test.txt deps/test.in setup.py
Expand All @@ -14,6 +14,10 @@ com2ann==0.3.0
# via shed (setup.py)
coverage[toml]==7.4.3
# via pytest-cov
exceptiongroup==1.2.0
# via
# hypothesis
# pytest
execnet==2.0.2
# via pytest-xdist
flake8==7.0.0
Expand All @@ -30,7 +34,7 @@ iniconfig==2.0.0
# via pytest
lark==1.1.9
# via hypothesis
libcst==1.2.0
libcst==1.1.0
# via
# hypothesmith
# shed (setup.py)
Expand Down Expand Up @@ -73,8 +77,14 @@ sortedcontainers==2.4.0
# via hypothesis
tokenize-rt==5.2.0
# via pyupgrade
tomli==2.0.1
# via
# black
# coverage
# pytest
typing-extensions==4.10.0
# via
# black
# libcst
# typing-inspect
typing-inspect==0.9.0
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ commands =

[testenv:deps]
description = Updates test corpora and the pinned dependencies in `deps/*.txt`
basepython = 3.8
deps =
pip-tools
commands =
Expand Down

0 comments on commit 5b671ba

Please sign in to comment.