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

Refresh pip-compile outputs #18

Merged
merged 1 commit into from
Jan 14, 2025
Merged
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
64 changes: 33 additions & 31 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ aiofiles==24.1.0
# via
# antsibull-core
# antsibull-fileutils
aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.10
aiohttp==3.11.11
# via
# antsibull-core
# antsibull-docs
aiosignal==1.3.1
aiosignal==1.3.2
# via aiohttp
alabaster==0.7.16
# via sphinx
Expand All @@ -34,17 +34,17 @@ ansible-pygments==0.1.1
# -r requirements.in
# antsibull-docs
# sphinx-ansible-theme
antsibull-changelog==0.31.0
antsibull-changelog==0.31.1
# via antsibull-docs
antsibull-core==3.4.0
# via antsibull-docs
antsibull-docs==2.16.2
# via -r requirements.in
antsibull-docs-parser==1.1.0
# via antsibull-docs
antsibull-docutils==1.0.0
antsibull-docutils==1.1.0
# via antsibull-changelog
antsibull-fileutils==1.0.1
antsibull-fileutils==1.1.0
# via
# antsibull-changelog
# antsibull-core
Expand All @@ -53,7 +53,7 @@ astroid==3.3.8
# via pylint
asyncio-pool==0.6.0
# via antsibull-docs
attrs==24.2.0
attrs==24.3.0
# via
# aiohttp
# jsonschema
Expand All @@ -70,20 +70,20 @@ build==1.2.2.post1
# via
# antsibull-core
# pip-tools
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# black
# pip-tools
# typer
cryptography==43.0.3
cryptography==44.0.0
# via ansible-core
dill==0.3.9
# via pylint
Expand All @@ -101,11 +101,11 @@ filelock==3.16.1
# via
# ansible-lint
# virtualenv
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
identify==2.6.1
identify==2.6.5
# via pre-commit
idna==3.10
# via
Expand All @@ -119,7 +119,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# ansible-core
# antsibull-docs
Expand All @@ -146,7 +146,7 @@ mypy-extensions==1.0.0
# via black
nodeenv==1.9.1
# via pre-commit
packaging==24.1
packaging==24.2
# via
# ansible-compat
# ansible-core
Expand Down Expand Up @@ -176,20 +176,22 @@ pluggy==1.5.0
# via pytest
pre-commit==3.8.0
# via -r requirements.in
propcache==0.2.0
# via yarl
propcache==0.2.1
# via
# aiohttp
# yarl
pycodestyle==2.12.1
# via autopep8
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.5
# via
# antsibull-core
# antsibull-docs
# rstcheck-core
pydantic-core==2.23.4
pydantic-core==2.27.2
# via pydantic
pygments==2.18.0
pygments==2.19.1
# via
# ansible-pygments
# rich
Expand Down Expand Up @@ -219,9 +221,9 @@ requests==2.32.3
# via sphinx
resolvelib==1.0.1
# via ansible-core
rich==13.9.2
rich==13.9.4
# via typer
rpds-py==0.20.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
Expand All @@ -231,7 +233,7 @@ rstcheck==6.2.4
# antsibull-docs
rstcheck-core==1.2.1
# via rstcheck
ruamel-yaml==0.18.6
ruamel-yaml==0.18.10
# via ansible-lint
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
Expand All @@ -242,7 +244,7 @@ semantic-version==2.10.0
# antsibull-docs
shellingham==1.5.4
# via typer
six==1.16.0
six==1.17.0
# via twiggy
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -255,7 +257,7 @@ sphinx==7.4.7
# sphinxcontrib-jquery
sphinx-ansible-theme==0.10.3
# via -r requirements.in
sphinx-rtd-theme==3.0.1
sphinx-rtd-theme==3.0.2
# via sphinx-ansible-theme
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -281,26 +283,26 @@ twiggy==0.5.1
# via
# antsibull-core
# antsibull-docs
typer==0.12.5
typer==0.15.1
# via rstcheck
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
# typer
urllib3==2.2.3
urllib3==2.3.0
# via requests
virtualenv==20.27.0
virtualenv==20.28.1
# via pre-commit
wcmatch==10.0
# via ansible-lint
wheel==0.44.0
wheel==0.45.1
# via pip-tools
yamllint==1.35.1
# via ansible-lint
yarl==1.15.5
yarl==1.18.3
# via aiohttp
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down