mirror of
https://github.com/kemayo/leech
synced 2025-12-06 08:22:56 +01:00
Merge pull request #101 from kemayo/dependabot/pip/requests-2.32.4
Bump requests from 2.32.3 to 2.32.4
This commit is contained in:
commit
2c57830ab9
2 changed files with 6 additions and 6 deletions
10
poetry.lock
generated
10
poetry.lock
generated
|
|
@ -602,19 +602,19 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "requests"
|
||||
version = "2.32.3"
|
||||
version = "2.32.4"
|
||||
description = "Python HTTP for Humans."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
|
||||
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
|
||||
{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"
|
||||
|
||||
|
|
@ -725,4 +725,4 @@ zstd = ["zstandard (>=0.18.0)"]
|
|||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "92cfb836603d3fa5af84e8b5de458c70cfa66ef8878a7125424609fa22921343"
|
||||
content-hash = "4ac5d339c0e4a043ac34bb80c82710cf966f534ec16e304dd916e0da62518b55"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ attrs = "^25.1.0"
|
|||
beautifulsoup4 = "^4.13.3"
|
||||
click-default-group = "^1.2.4"
|
||||
click = "^8.1.8"
|
||||
requests = "^2.32.3"
|
||||
requests = "^2.32.4"
|
||||
requests-cache = "^1.2.1"
|
||||
Pillow = "^11.1.0"
|
||||
mintotp = "^0.3.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue