Compare commits

..

No commits in common. "a7325dcb02f875aa203315545f35e42a69b84037" and "ebae9a8cd0d93a0d3fe958e02d61decb50a9caf7" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# Force rtfd to use a recent version of mkdocs # Force rtfd to use a recent version of mkdocs
mkdocs==1.6.1 mkdocs==1.6.1
pymdown-extensions==10.13 pymdown-extensions==10.13
mkdocs-material==9.5.49 mkdocs-material==9.5.48
mkdocs-static-i18n==1.2.3 mkdocs-static-i18n==1.2.3

View file

@ -1,5 +1,5 @@
# Force rtfd to use a recent version of mkdocs # Force rtfd to use a recent version of mkdocs
mkdocs==1.6.1 mkdocs==1.6.1
pymdown-extensions==10.13 pymdown-extensions==10.13
mkdocs-material==9.5.49 mkdocs-material==9.5.48
mkdocs-static-i18n==1.2.3 mkdocs-static-i18n==1.2.3

View file

@ -45,9 +45,9 @@ dependencies = [
dev = [ dev = [
"hatch==1.14.0", "hatch==1.14.0",
"ruff==0.8.4", "ruff==0.8.4",
"djlint==1.36.4", "djlint==1.36.3",
"mkdocs==1.6.1", "mkdocs==1.6.1",
"mkdocs-material==9.5.49", "mkdocs-material==9.5.48",
"mkdocs-static-i18n==1.2.3", "mkdocs-static-i18n==1.2.3",
"vermin==1.6.0", "vermin==1.6.0",
"pymdown-extensions==10.13", "pymdown-extensions==10.13",
@ -61,7 +61,7 @@ test = [
"pytest-playwright==0.6.2", "pytest-playwright==0.6.2",
"pytest-rerunfailures==15.0", "pytest-rerunfailures==15.0",
"pytest-xdist>=3.5.0,<4", "pytest-xdist>=3.5.0,<4",
"moto[s3]==5.0.25" "moto[s3]==5.0.24"
] ]
docker = [ docker = [
"uwsgi==2.0.28", "uwsgi==2.0.28",
@ -72,7 +72,7 @@ s3 = [
sync = [ sync = [
"channels==4.2.0", "channels==4.2.0",
"daphne==4.1.2", "daphne==4.1.2",
"pydantic==2.10.4", "pydantic==2.10.3",
"websockets==13.1", "websockets==13.1",
] ]