Skip to content

Commit

Permalink
pin openapi dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Sep 2, 2022
1 parent fc2ac52 commit 63ba3ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
isodate==0.6.0
dictpath==0.1.3
openapi-spec-validator
openapi-schema-validator
openapi-spec-validator==0.3.3
openapi-schema-validator==0.1.6
six
lazy-object-proxy
attrs
Expand Down
4 changes: 2 additions & 2 deletions requirements_2.7.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
isodate==0.6.0
openapi-spec-validator
openapi-schema-validator
openapi-spec-validator==0.3.3
openapi-schema-validator==0.1.6
six
lazy-object-proxy
backports.functools-lru-cache
Expand Down
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
mock==2.0.0
pytest==3.5.0
pytest-flake8
pytest-flake8==1.0.7
pytest-cov==2.5.1
flake8==4.0.1
falcon==2.0.0; python_version<"3.0"
falcon==3.0.0; python_version>="3.0"
flask
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ setup_requires =
install_requires =
isodate
dictpath
openapi-spec-validator
openapi-schema-validator
openapi-spec-validator < 0.4.0
openapi-schema-validator < 0.2.0
six
lazy-object-proxy
attrs
Expand All @@ -41,8 +41,9 @@ install_requires =
tests_require =
mock; python_version<"3.0"
pytest
pytest-flake8
pytest-flake8 < 1.1.0
pytest-cov
flake8 < 5.0.0
falcon
flask
responses
Expand Down

0 comments on commit 63ba3ba

Please sign in to comment.