Skip to content

Commit 02bb1ae

Browse files
committed
Revert "Merge pull request #1130 from opengisch/bump_boto3"
This reverts commit 72ba3a6. Apparently the newest boto3 library does not work with the staging/prod provider we use, but works with minio.
1 parent 72ba3a6 commit 02bb1ae

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docker-app/requirements/requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
boto3-stubs==1.37.0
2-
boto3==1.37.0
1+
boto3-stubs==1.35.90
2+
boto3==1.35.90
33
deprecated==1.2.18
44
django-allauth==65.4.1
55
django-auditlog==3.0.0
@@ -31,7 +31,7 @@ django==4.2.19
3131
djangorestframework==3.15.2
3232
drf-spectacular==0.28.0
3333
json-log-formatter==1.1
34-
mypy-boto3-s3==1.37.0
34+
mypy-boto3-s3==1.35.81
3535
phonenumbers==8.13.55
3636
psycopg2==2.9.10
3737
pymemcache==4.0.0

docker-app/requirements/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ attrs==24.2.0
1616
# referencing
1717
beautifulsoup4==4.12.3
1818
# via django-bootstrap4
19-
boto3==1.37.0
19+
boto3==1.35.90
2020
# via -r /requirements/requirements.in
21-
boto3-stubs==1.37.0
21+
boto3-stubs==1.35.90
2222
# via -r /requirements/requirements.in
23-
botocore==1.37.0
23+
botocore==1.35.90
2424
# via
2525
# boto3
2626
# s3transfer
@@ -146,7 +146,7 @@ jsonschema==4.23.0
146146
# via drf-spectacular
147147
jsonschema-specifications==2023.12.1
148148
# via jsonschema
149-
mypy-boto3-s3==1.37.0
149+
mypy-boto3-s3==1.35.81
150150
# via -r /requirements/requirements.in
151151
phonenumbers==8.13.55
152152
# via -r /requirements/requirements.in
@@ -174,7 +174,7 @@ rpds-py==0.20.0
174174
# via
175175
# jsonschema
176176
# referencing
177-
s3transfer==0.11.2
177+
s3transfer==0.10.2
178178
# via boto3
179179
sentry-sdk==1.24.0
180180
# via -r /requirements/requirements.in

docker-compose.override.standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
- ServerOptions__HostName=smtp4dev
4343

4444
minio:
45-
image: minio/minio:RELEASE.2025-02-18T16-25-55Z
45+
image: minio/minio:RELEASE.2023-04-07T05-28-58Z
4646
restart: unless-stopped
4747
volumes:
4848
- minio_data1:/data1

0 commit comments

Comments
 (0)