Skip to content

Commit

Permalink
[dependabot skip] 🔧 Update Python requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Aug 29, 2024
1 parent 135c82c commit cddd688
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .hatch/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docutils==0.21.2
# sphinx-togglebutton
emoji==2.12.1
# via hatch.envs.docs
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
8 changes: 4 additions & 4 deletions .hatch/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ansible-core==2.17.3
# ansible-lint
# molecule
# pytest-ansible
ansible-creator==24.7.1
ansible-creator==24.8.0
# via ansible-dev-tools
ansible-dev-environment==24.7.0
# via ansible-dev-tools
Expand Down Expand Up @@ -162,7 +162,7 @@ pathspec==0.12.1
# ansible-lint
# black
# yamllint
pbr==6.0.0
pbr==6.1.0
# via bindep
pexpect==4.9.0
# via ansible-runner
Expand Down Expand Up @@ -222,7 +222,7 @@ referencing==0.35.1
# jsonschema-specifications
resolvelib==1.0.1
# via ansible-core
rich==13.7.1
rich==13.8.0
# via
# ansible-lint
# enrich
Expand Down Expand Up @@ -275,7 +275,7 @@ wcmatch==9.0
# molecule
yamllint==1.35.1
# via ansible-lint
zipp==3.20.0
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 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: c343379df562adfb8afb50de03a572532da0b429432e9ab3c3f2703c04c0f8aa)
# [constraints] .hatch/requirements.txt (SHA256: b19ab9ee59eac52a338570d2169fec8b0e6537110fbf8852f03ee7a23c0399f5)
#
# - appdirs==1.4.4
# - azure-core==1.30.2
Expand Down Expand Up @@ -33,7 +33,7 @@
# - pyyaml==6.0.2
# - rich==13.7.1
# - simple-acme-dns==3.1.0
# - typer==0.12.4
# - typer==0.12.5
# - websocket-client==1.8.0
# - coverage==7.5.4
# - freezegun==1.5.1
Expand Down Expand Up @@ -212,7 +212,7 @@ grpcio==1.60.2
# via
# -c .hatch/requirements.txt
# pulumi
idna==3.7
idna==3.8
# via
# -c .hatch/requirements.txt
# requests
Expand Down Expand Up @@ -389,7 +389,7 @@ six==1.16.0
# isodate
# pulumi
# python-dateutil
typer==0.12.4
typer==0.12.5
# via
# -c .hatch/requirements.txt
# hatch.envs.test
Expand Down
6 changes: 3 additions & 3 deletions .hatch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# - pyyaml==6.0.2
# - rich==13.7.1
# - simple-acme-dns==3.1.0
# - typer==0.12.4
# - typer==0.12.5
# - websocket-client==1.8.0
#

Expand Down Expand Up @@ -141,7 +141,7 @@ fqdn==1.5.1
# via hatch.envs.default
grpcio==1.60.2
# via pulumi
idna==3.7
idna==3.8
# via requests
isodate==0.6.1
# via
Expand Down Expand Up @@ -249,7 +249,7 @@ six==1.16.0
# azure-core
# isodate
# pulumi
typer==0.12.4
typer==0.12.5
# via hatch.envs.default
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit cddd688

Please sign in to comment.