Skip to content

Commit

Permalink
ci: Update reqs
Browse files Browse the repository at this point in the history
pyyaml 6.0.0 is broken with cython 3

yaml/pyyaml#601
  • Loading branch information
Synss committed Oct 3, 2023
1 parent b11ae73 commit 15b17b8
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 54 deletions.
6 changes: 3 additions & 3 deletions 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 --no-annotate --resolver=backtracking setup.py
# pip-compile --no-annotate setup.py
#
certifi==2023.5.7
typing-extensions==4.7.1
certifi==2023.7.22
typing-extensions==4.8.0
18 changes: 10 additions & 8 deletions requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking requirements/build.in
# pip-compile --config=pyproject.toml --no-annotate requirements/build.in
#
build==0.10.0
click==8.1.5
cython==0.29.36
build==1.0.3
click==8.1.7
cython==3.0.2
delocate==0.10.4 ; sys_platform == "darwin"
packaging==23.1
pip-tools==7.0.0
importlib-metadata==6.8.0
packaging==23.2
pip-tools==7.3.0
pyproject-hooks==1.0.0
tomli==2.0.1
typing-extensions==4.7.1
wheel==0.40.0
typing-extensions==4.8.0
wheel==0.41.2
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
22 changes: 11 additions & 11 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking requirements/docs.in
# pip-compile --config=pyproject.toml --no-annotate requirements/docs.in
#
alabaster==0.7.13
babel==2.12.1
certifi==2023.5.7
charset-normalizer==3.2.0
babel==2.13.0
certifi==2023.7.22
charset-normalizer==3.3.0
docutils==0.18.1
idna==3.4
imagesize==1.4.1
importlib-metadata==6.8.0
jinja2==3.1.2
markupsafe==2.1.3
packaging==23.1
pygments==2.15.1
pytz==2023.3
packaging==23.2
pygments==2.16.1
pytz==2023.3.post1
requests==2.31.0
snowballstemmer==2.2.0
sphinx==6.2.1
sphinx-rtd-theme==1.2.2
sphinx==7.1.2
sphinx-rtd-theme==1.3.0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==2.0.3
zipp==3.16.2
urllib3==2.0.6
zipp==3.17.0
4 changes: 4 additions & 0 deletions requirements/tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ pylint-per-file-ignores
pytest-cov != 2.9.0
pytest-repeat
pytest-timeout

# Broken deps
# https://github.com/yaml/pyyaml/issues/601
pyyaml != 6.0.0
54 changes: 25 additions & 29 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,40 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking requirements/tests.in
# pip-compile --config=pyproject.toml --no-annotate requirements/tests.in
#
astroid==2.15.6
bleach==6.0.0
cfgv==3.3.1
coverage[toml]==7.2.7
cython==0.29.36
dill==0.3.6
distlib==0.3.6
astroid==3.0.0
cfgv==3.4.0
coverage[toml]==7.3.2
cython==3.0.2
dill==0.3.7
distlib==0.3.7
docutils==0.20.1
exceptiongroup==1.1.2
filelock==3.12.2
identify==2.5.24
exceptiongroup==1.1.3
filelock==3.12.4
identify==2.5.30
iniconfig==2.0.0
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
nh3==0.2.14
nodeenv==1.8.0
packaging==23.1
platformdirs==3.8.1
pluggy==1.2.0
pre-commit==3.3.3
pygments==2.15.1
pylint==2.17.4
pylint-per-file-ignores==1.2.1
pytest==7.4.0
packaging==23.2
platformdirs==3.11.0
pluggy==1.3.0
pre-commit==3.4.0
pygments==2.16.1
pylint==3.0.0
pylint-per-file-ignores==1.3.2
pytest==7.4.2
pytest-cov==4.1.0
pytest-repeat==0.9.1
pytest-repeat==0.9.2
pytest-timeout==2.1.0
pyyaml==6.0
readme-renderer==40.0
six==1.16.0
pyyaml==6.0.1
readme-renderer==42.0
tomli==2.0.1
tomlkit==0.11.8
typing-extensions==4.7.1
virtualenv==20.24.0
webencodings==0.5.1
wrapt==1.15.0
tomlkit==0.12.1
typing-extensions==4.8.0
virtualenv==20.24.5

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 3 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking requirements/typing.in
# pip-compile --config=pyproject.toml --no-annotate requirements/typing.in
#
mypy==1.4.1
mypy==1.5.1
mypy-extensions==1.0.0
tomli==2.0.1
typing-extensions==4.7.1
typing-extensions==4.8.0

0 comments on commit 15b17b8

Please sign in to comment.