Skip to content

Commit

Permalink
Pin the version of boto3 to a known working version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Jan 23, 2025
1 parent 9b83cec commit 2b46ac4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ web-prompt:
collectstatic:
$(EXEC_CMD) $(POETRY_CMD) python manage.py collectstatic --noinput --ignore=*.sass


.PHONY: messages
messages:
$(EXEC_CMD) $(POETRY_CMD) django-admin makemessages -l fr --ignore=manage.py --ignore=config --ignore=medias --ignore=__init__.py --ignore=setup.py --ignore=staticfiles
Expand Down Expand Up @@ -75,7 +74,6 @@ update:
$(EXEC_CMD) $(POETRY_CMD) python manage.py import_page_templates
make index


.PHONY: demo
demo:
make init
Expand Down
26 changes: 13 additions & 13 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "sites-faciles"
requires-python = "<4.0,>=3.10"
version = "1.11.3"
version = "1.11.4"
description = "Gestionnaire de contenu permettant de créer et gérer un site internet basé sur le Système de design de l’État, accessible et responsive"
authors = [
{name = "Sébastien Reuiller", email = "[email protected]"},
Expand All @@ -27,7 +27,7 @@ dependencies = [
"wagtail-markdown<1.0.0,>=0.11.1",
"unidecode<2.0.0,>=1.3.8",
"django-storages[s3]<2.0.0,>=1.14.2",
"boto3<2.0.0,>=1.34.56",
"boto3==1.34.131",
"beautifulsoup4<5.0.0,>=4.12.3",
"django-taggit<6.0.0,>=5.0.1",
"wagtail-localize<2.0,>=1.9",
Expand Down

0 comments on commit 2b46ac4

Please sign in to comment.