This is an automated email from the ASF dual-hosted git repository.
lynwee pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-playground.git
The following commit(s) were added to refs/heads/main by this push:
new dd2c547 build(deps): bump requests from 2.32.0 to 2.32.4 (#24)
dd2c547 is described below
commit dd2c547796d86e44e38c6fa02a946bfd60966204
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 22:45:39 2025 +0800
build(deps): bump requests from 2.32.0 to 2.32.4 (#24)
Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.4.
- [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.32.0...v2.32.4)
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 009b63a..b629c8a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2381,19 +2381,19 @@ rpds-py = ">=0.7.0"
[[package]]
name = "requests"
-version = "2.32.0"
+version = "2.32.4"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
- {file = "requests-2.32.0-py3-none-any.whl", hash =
"sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"},
- {file = "requests-2.32.0.tar.gz", hash =
"sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"},
+ {file = "requests-2.32.4-py3-none-any.whl", hash =
"sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
+ {file = "requests-2.32.4.tar.gz", hash =
"sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
]
[package.dependencies]
certifi = ">=2017.4.17"
-charset-normalizer = ">=2,<4"
+charset_normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"