chore(deps): bump botocore from 1.34.88 to 1.34.93 in /apps/api

Bumps [botocore](https://github.com/boto/botocore) from 1.34.88 to 1.34.93.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.34.88...1.34.93)

---
updated-dependencies:
- dependency-name: botocore
  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-04-29 19:09:17 +00:00 committed by GitHub
parent 4cc0f38bed
commit db482c341b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
apps/api/poetry.lock generated
View file

@ -234,13 +234,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]] [[package]]
name = "botocore" name = "botocore"
version = "1.34.88" version = "1.34.93"
description = "Low-level, data-driven core of boto 3." description = "Low-level, data-driven core of boto 3."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "botocore-1.34.88-py3-none-any.whl", hash = "sha256:e87a660599ed3e14b2a770f4efc3df2f2f6d04f3c7bfd64ddbae186667864a7b"}, {file = "botocore-1.34.93-py3-none-any.whl", hash = "sha256:6fbd5a53a2adc9b3d4ebd90ae0ede83a91a41d96231f8a5984051f75495f246d"},
{file = "botocore-1.34.88.tar.gz", hash = "sha256:36f2e9e8dfa856e55dbbe703aea601f134db3fddc3615f1020a755b27fd26a5e"}, {file = "botocore-1.34.93.tar.gz", hash = "sha256:79d39b0b87e962991c6dd55e78ce15155099f6fb741be88b1b8a456a702cc150"},
] ]
[package.dependencies] [package.dependencies]
@ -3687,4 +3687,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 = "31dd3f828691d024defba487159252f81c8b4cd4beec1784ee27d2df63d57402" content-hash = "a593ac9cf5d0f8bc5d4c28a2501377115007b0c5eef5a44dbafd1f89c58f1020"

View file

@ -11,7 +11,7 @@ version = "0.1.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
boto3 = "^1.34.79" boto3 = "^1.34.79"
botocore = "^1.34.84" botocore = "^1.34.93"
faker = "^24.9.0" faker = "^24.9.0"
fastapi = "^0.110.1" fastapi = "^0.110.1"
fastapi-jwt-auth = "^0.5.0" fastapi-jwt-auth = "^0.5.0"