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

Bump ansible-core from 2.17.5 to 2.17.6 in /.hatch #2281

Closed
Closed
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .hatch/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ansible-compat==24.9.1
# ansible-lint
# molecule
# pytest-ansible
ansible-core==2.17.5
ansible-core==2.17.6
# via
# ansible
# ansible-compat
Expand Down Expand Up @@ -133,7 +133,7 @@ mypy-extensions==1.0.0
# via
# black
# mypy
numpy==2.1.2
numpy==2.1.3
# via pandas-stubs
onigurumacffi==1.3.0
# via ansible-navigator
Expand Down Expand Up @@ -220,12 +220,12 @@ referencing==0.35.1
# jsonschema-specifications
resolvelib==1.0.1
# via ansible-core
rich==13.9.3
rich==13.9.4
# via
# ansible-lint
# enrich
# molecule
rpds-py==0.20.0
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -265,7 +265,7 @@ tzdata==2024.2
# via ansible-navigator
urllib3==2.2.3
# via types-requests
virtualenv==20.27.0
virtualenv==20.27.1
# via tox
wcmatch==10.0
# via
Expand Down
7 changes: 3 additions & 4 deletions .hatch/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is autogenerated by hatch-pip-compile with Python 3.12
#
# [constraints] .hatch/requirements.txt (SHA256: 7ad151976b72bb564d491ec5c0ead3b24dcd4d259b99700df8e92cc8a0cd07ed)
# [constraints] .hatch/requirements.txt (SHA256: 91d2bdfed73acf29d1f930d12b6cc108ad4db26c8c7f3a5dba8d1c8102bb0419)
#
# - appdirs==1.4.4
# - azure-core==1.31.0
Expand Down Expand Up @@ -111,7 +111,7 @@ azure-mgmt-containerinstance==10.1.0
# via
# -c .hatch/requirements.txt
# hatch.envs.test
azure-mgmt-core==1.4.0
azure-mgmt-core==1.5.0
# via
# -c .hatch/requirements.txt
# azure-mgmt-compute
Expand Down Expand Up @@ -340,7 +340,7 @@ pyopenssl==24.2.1
# -c .hatch/requirements.txt
# acme
# josepy
pyrfc3339==1.1
pyrfc3339==2.0.1
# via
# -c .hatch/requirements.txt
# acme
Expand All @@ -357,7 +357,6 @@ pytz==2024.2
# -c .hatch/requirements.txt
# hatch.envs.test
# acme
# pyrfc3339
pyyaml==6.0.2
# via
# -c .hatch/requirements.txt
Expand Down
5 changes: 2 additions & 3 deletions .hatch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ azure-mgmt-compute==33.0.0
# via hatch.envs.default
azure-mgmt-containerinstance==10.1.0
# via hatch.envs.default
azure-mgmt-core==1.4.0
azure-mgmt-core==1.5.0
# via
# azure-mgmt-compute
# azure-mgmt-containerinstance
Expand Down Expand Up @@ -220,13 +220,12 @@ pyopenssl==24.2.1
# via
# acme
# josepy
pyrfc3339==1.1
pyrfc3339==2.0.1
# via acme
pytz==2024.2
# via
# hatch.envs.default
# acme
# pyrfc3339
pyyaml==6.0.2
# via
# hatch.envs.default
Expand Down
Loading