Skip to content

Commit

Permalink
fix(deps): downgrade boto to get rid of 404s S3
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Sep 15, 2024
1 parent 805ef23 commit d808b01
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ django-editorjs = "^0.2.1"
django-editorjs-fields = "^0.2.7"
django-mptt = "^0.14.0"
django-storages = "^1.13.2"
boto3 = "^1.26.123"
# TODO: when bumped to 1.35.19, urls are broken with 404s
boto3 = "1.34.11"
botocore = "1.34.11"
dj-database-url = "^2.0.0"
django-health-check = "^3.17.0"
django-money = "^3.2.0"
Expand All @@ -55,6 +57,7 @@ cryptography = "41.0.7"
django-admin-relation-links = "^0.2.5"
django-mailer = "^2.3.1"


[tool.poetry.dev-dependencies]
pre-commit = "^2.17.0"
pydotplus = "^2.0.2"
Expand Down

0 comments on commit d808b01

Please sign in to comment.