Skip to content

Commit

Permalink
added pytest to requirements_dev.txt & updated outdated packages (#…
Browse files Browse the repository at this point in the history
…210)

* updated outdated packages

* updated outdated packages

* added pytest to requirements_dev.txt
  • Loading branch information
nh916 authored Jul 21, 2023
1 parent 2fffbd9 commit f0d7733
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.31.0
jsonschema==4.17.3
boto3==1.26.151
jsonschema==4.18.4
boto3==1.28.6
beartype==0.14.1
11 changes: 6 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
-r requirements.txt
black==23.3.0
mypy==1.3.0
black==23.7.0
mypy==1.4.1
pytest==7.4.0
pytest-cov==4.1.0
coverage==7.2.7
types-jsonschema==4.17.0.8
types-jsonschema==4.17.0.9
types-requests==2.31.0.1
types-boto3==1.0.2
deepdiff==6.3.0
jupytext==1.13.6
deepdiff==6.3.1
jupytext==1.14.7
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs==1.4.3
mkdocs-material==9.1.18
mkdocs-material==9.1.19
mkdocstrings[python]==0.22.0
pymdown-extensions==10.1

0 comments on commit f0d7733

Please sign in to comment.