chore(deps): bump requests from 2.31.0 to 2.32.3 in /apps/api

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-02 10:37:05 +00:00 committed by GitHub
parent 4663d4d0ae
commit bb5caca8c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
apps/api/poetry.lock generated
View file

@ -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"

View file

@ -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"