mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Merge pull request #265 from learnhouse/dependabot/pip/apps/api/requests-2.32.3
chore(deps): bump requests from 2.31.0 to 2.32.3 in /apps/api
This commit is contained in:
commit
8ad14e8f5d
2 changed files with 6 additions and 6 deletions
10
apps/api/poetry.lock
generated
10
apps/api/poetry.lock
generated
|
|
@ -2689,13 +2689,13 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "requests"
|
name = "requests"
|
||||||
version = "2.31.0"
|
version = "2.32.3"
|
||||||
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.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
|
||||||
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"},
|
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
|
@ -3813,4 +3813,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "5e6ec5678d8fdf30d3627dc10d56ca107428d325233afb79eba9709430fbb41c"
|
content-hash = "d2316c84fe008dc34f353ae7a0756115d7186018e650e2594069e161b1158da0"
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ python-jose = "^3.3.0"
|
||||||
python-multipart = "^0.0.9"
|
python-multipart = "^0.0.9"
|
||||||
pyyaml = "^6.0.1"
|
pyyaml = "^6.0.1"
|
||||||
redis = "^5.0.1"
|
redis = "^5.0.1"
|
||||||
requests = "^2.31.0"
|
requests = "^2.32.3"
|
||||||
resend = "^2.0.0"
|
resend = "^2.0.0"
|
||||||
sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"}
|
sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"}
|
||||||
sqlmodel = "^0.0.16"
|
sqlmodel = "^0.0.16"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue