mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-16 11:33:43 +03:00
chore(deps): bump requests from 2.31.0 to 2.32.2 in /anvil
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bbe128165e
commit
3d7da484ad
10
anvil/poetry.lock
generated
10
anvil/poetry.lock
generated
|
@ -1794,13 +1794,13 @@ rpds-py = ">=0.7.0"
|
|||
|
||||
[[package]]
|
||||
name = "requests"
|
||||
version = "2.31.0"
|
||||
version = "2.32.2"
|
||||
description = "Python HTTP for Humans."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"},
|
||||
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"},
|
||||
{file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"},
|
||||
{file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2587,4 +2587,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "b48ce29bcc613e6be5b44f65d4e01f113f74c26f628ac1e5bb9d59c37d4ee43b"
|
||||
content-hash = "fc8fddb49b96074221bc6eaf5f0bcb06f008e26c18d517d0c74909cba21fbce2"
|
||||
|
|
|
@ -12,7 +12,7 @@ ansible-core = "^2.16"
|
|||
jmespath = "^1.0"
|
||||
nicegui = "^1.4.23"
|
||||
ansible-runner = "^2.3.6"
|
||||
requests = "^2.31.0"
|
||||
requests = "^2.32.2"
|
||||
pandas = "^2.2.2"
|
||||
humanize = "^4.9.0"
|
||||
toml = "^0.10.2"
|
||||
|
|
Loading…
Reference in a new issue