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 #220

Merged
merged 1 commit into from
Jan 17, 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
33 changes: 17 additions & 16 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --no-emit-index-url --output-file=requirements-dev.txt requirements-dev.in
#
ansible-compat==24.9.1
ansible-compat==24.10.0
# via
# ansible-lint
# molecule
Expand All @@ -14,30 +14,30 @@ ansible-core==2.18.1
# ansible-compat
# ansible-lint
# molecule
ansible-lint==24.9.2
ansible-lint==24.12.2
# via -r requirements-dev.in
attrs==24.2.0
attrs==24.3.0
# via
# jsonschema
# referencing
black==24.10.0
# via ansible-lint
bracex==2.5.post1
# via wcmatch
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# black
# click-help-colors
# molecule
click-help-colors==0.9.4
# via molecule
cryptography==43.0.3
cryptography==44.0.0
# via ansible-core
distro==1.9.0
# via selinux
Expand All @@ -51,7 +51,7 @@ idna==3.10
# via requests
importlib-metadata==8.5.0
# via ansible-lint
jinja2==3.1.4
jinja2==3.1.5
# via
# ansible-core
# molecule
Expand All @@ -68,11 +68,11 @@ markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
molecule==24.9.0
molecule==24.12.0
# via
# -r requirements-dev.in
# molecule-plugins
molecule-plugins[docker]==23.5.3
molecule-plugins[docker]==23.6.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via black
Expand All @@ -94,7 +94,7 @@ pluggy==1.5.0
# via molecule
pycparser==2.22
# via cffi
pygments==2.18.0
pygments==2.19.1
# via rich
pyyaml==6.0.2
# via
Expand All @@ -103,7 +103,7 @@ pyyaml==6.0.2
# ansible-lint
# molecule
# yamllint
referencing==0.35.1
referencing==0.36.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -116,14 +116,13 @@ resolvelib==1.0.1
# via ansible-core
rich==13.9.4
# via
# ansible-lint
# enrich
# molecule
rpds-py==0.21.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
ruamel-yaml==0.18.6
ruamel-yaml==0.18.10
# via ansible-lint
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
Expand All @@ -133,7 +132,9 @@ subprocess-tee==0.4.2
# via
# ansible-compat
# ansible-lint
urllib3==2.2.3
typing-extensions==4.12.2
# via referencing
urllib3==2.3.0
# via
# docker
# requests
Expand Down