updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-21 08:36:59 +00:00 committed by GitHub
parent ed9a36bc28
commit 76a14530f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
anvil/poetry.lock generated
View file

@ -1772,13 +1772,13 @@ rpds-py = ">=0.7.0"
[[package]] [[package]]
name = "requests" name = "requests"
version = "2.31.0" version = "2.32.0"
description = "Python HTTP for Humans." description = "Python HTTP for Humans."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"},
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"},
] ]
[package.dependencies] [package.dependencies]
@ -2539,4 +2539,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "9acf410a48c12c73c00bd0aa133d052c5626af6db8c0342aa2b5ab3015588c95" content-hash = "69c264a0fec3a5ff3f14fc3a98e4ba4ec570266ca5de10e7d6ca317c833bb9dc"

View file

@ -12,7 +12,7 @@ ansible-core = "^2.16"
jmespath = "^1.0" jmespath = "^1.0"
nicegui = "^1.4.23" nicegui = "^1.4.23"
ansible-runner = "^2.3.6" ansible-runner = "^2.3.6"
requests = "^2.31.0" requests = "^2.32.0"
pandas = "^2.2.2" pandas = "^2.2.2"
humanize = "^4.9.0" humanize = "^4.9.0"