Skip to content

Commit

Permalink
ci: Update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Jan 25, 2024
1 parent c55f490 commit 03d9942
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --config=pyproject.toml --no-annotate requirements/build.in
# pip-compile --no-annotate requirements/build.in
#
auditwheel==5.4.0 ; sys_platform == "linux"
build==1.0.3
click==8.1.7
cython==3.0.7
delocate==0.10.7 ; sys_platform == "darwin"
cython==3.0.8
importlib-metadata==7.0.1
packaging==23.2
pip-tools==7.3.0
pyelftools==0.30
pyproject-hooks==1.0.0
tomli==2.0.1
typing-extensions==4.9.0
wheel==0.42.0
zipp==3.17.0

Expand Down
4 changes: 2 additions & 2 deletions 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 --config=pyproject.toml --no-annotate requirements/docs.in
# pip-compile --no-annotate requirements/docs.in
#
alabaster==0.7.13
babel==2.14.0
Expand All @@ -13,7 +13,7 @@ idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
jinja2==3.1.3
markupsafe==2.1.3
markupsafe==2.1.4
packaging==23.2
pygments==2.17.2
pytz==2023.3.post1
Expand Down
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --config=pyproject.toml --no-annotate requirements/tests.in
# pip-compile --no-annotate requirements/tests.in
#
astroid==3.0.2
bleach==6.1.0
cfgv==3.4.0
coverage[toml]==7.4.0
cython==3.0.7
cython==3.0.8
dill==0.3.7
distlib==0.3.8
docutils==0.20.1
Expand All @@ -21,7 +21,7 @@ mccabe==0.7.0
nodeenv==1.8.0
packaging==23.2
platformdirs==4.1.0
pluggy==1.3.0
pluggy==1.4.0
pre-commit==3.5.0
pygments==2.17.2
pylint==3.0.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.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 --config=pyproject.toml --no-annotate requirements/typing.in
# pip-compile --no-annotate requirements/typing.in
#
mypy==1.8.0
mypy-extensions==1.0.0
Expand Down

0 comments on commit 03d9942

Please sign in to comment.