Skip to content

Commit

Permalink
Update dev, test and docs requirements (#279)
Browse files Browse the repository at this point in the history
* Update doc-requirements.txt

* Update test-requirements.txt

* use older moto
  • Loading branch information
dantownsend authored Mar 29, 2024
1 parent abdfccf commit d4f6e66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Sphinx==5.1.1
piccolo-theme>=0.12.0
sphinx-autobuild==2021.3.14
Sphinx==7.2.6
piccolo-theme==0.21.0
sphinx-autobuild==2024.2.4
12 changes: 6 additions & 6 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest==6.2.5
pytest==8.1.1
requests==2.31.0
uvicorn==0.15.0
pytest-cov==3.0.0
flake8==4.0.1
piccolo[postgres,sqlite]>=0.30.0
moto==3.1.16
uvicorn==0.29.0
pytest-cov==5.0.0
flake8==7.0.0
piccolo[postgres,sqlite]>=1.0.0
moto==4.2.14

0 comments on commit d4f6e66

Please sign in to comment.