build(deps): bump requests from 2.32.2 to 2.32.3
Some checks failed
build beta / build (macos-latest) (push) Waiting to run
build beta / build (ubuntu-20.04) (push) Waiting to run
build beta / build (windows-latest) (push) Waiting to run
build beta / post (push) Blocked by required conditions
Build Release / build (macos-latest) (push) Waiting to run
Build Release / build (windows-latest) (push) Waiting to run
Build Release / release (push) Blocked by required conditions
build beta / build (ubuntu-latest) (push) Failing after 33s
Build Release / build (ubuntu-latest) (push) Has been skipped

Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3.
- [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.2...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-03 23:39:04 +00:00 committed by sukimon_qwq
parent c014d8a58a
commit 2141b7d665
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -642,13 +642,13 @@ windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
name = "requests"
version = "2.32.2"
version = "2.32.3"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.8"
files = [
{file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"},
{file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"},
{file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
]
[package.dependencies]
@ -959,4 +959,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "71d4791c5141756c19a1c4450249ffafac10a4d833940cfbd6fa237bc67c7c1b"
content-hash = "e08fd578753a43577efe81f54cdc4003e99233e7927de2e3f51e860c591c1056"

View File

@ -12,7 +12,7 @@ python = "^3.8"
aiohttp = "^3.9.5"
pycryptodome = "^3.20.0"
ujson = "^5.10.0"
requests = "^2.32.2"
requests = "^2.32.3"
colorlog = "^6.8.2"
Pygments = "^2.18.0"
xmltodict = "^0.13.0"