Skip to content

Commit d4f6e66

Browse files
authored
Update dev, test and docs requirements (#279)
* Update doc-requirements.txt * Update test-requirements.txt * use older moto
1 parent abdfccf commit d4f6e66

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements/doc-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx==5.1.1
2-
piccolo-theme>=0.12.0
3-
sphinx-autobuild==2021.3.14
1+
Sphinx==7.2.6
2+
piccolo-theme==0.21.0
3+
sphinx-autobuild==2024.2.4

requirements/test-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pytest==6.2.5
1+
pytest==8.1.1
22
requests==2.31.0
3-
uvicorn==0.15.0
4-
pytest-cov==3.0.0
5-
flake8==4.0.1
6-
piccolo[postgres,sqlite]>=0.30.0
7-
moto==3.1.16
3+
uvicorn==0.29.0
4+
pytest-cov==5.0.0
5+
flake8==7.0.0
6+
piccolo[postgres,sqlite]>=1.0.0
7+
moto==4.2.14

0 commit comments

Comments
 (0)