Skip to content

Commit cb7c6ca

Browse files
committed
Don't update boto
1 parent 0306d1f commit cb7c6ca

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/adgs/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cadip/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/catalog/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/common/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include = [
3939
python = "^3.11"
4040
fastapi = "^0.115.0"
4141
boto3 = ">=1.35.40"
42-
botocore = ">=1.36.26"
42+
botocore = ">=1.35.99"
4343
sqlalchemy = "^2.0.35"
4444
# # TODO: replace by official eodag version tag that will contain this feature.
4545
# # Then, in adgs/cadip/catalog docker images, remove the "RUN apt install -y git"

services/staging/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/staging/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dask = {extras = ["distributed"], version = "2024.5.2"}
6363
# we also need the rs-server-common dependencies. We duplicate them here
6464
# except duplicates and dependencies on which we have version conflicts.
6565
boto3 = ">=1.35.40"
66-
botocore = ">=1.36.26"
66+
botocore = ">=1.35.40"
6767
markdown = "^3.6"
6868
python-dotenv = "^1.0.0"
6969
psycopg2 = "^2.9.9"

0 commit comments

Comments
 (0)