Skip to content

Commit 63ba3ba

Browse files
committed
pin openapi dependencies
1 parent fc2ac52 commit 63ba3ba

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
isodate==0.6.0
22
dictpath==0.1.3
3-
openapi-spec-validator
4-
openapi-schema-validator
3+
openapi-spec-validator==0.3.3
4+
openapi-schema-validator==0.1.6
55
six
66
lazy-object-proxy
77
attrs

requirements_2.7.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
isodate==0.6.0
2-
openapi-spec-validator
3-
openapi-schema-validator
2+
openapi-spec-validator==0.3.3
3+
openapi-schema-validator==0.1.6
44
six
55
lazy-object-proxy
66
backports.functools-lru-cache

requirements_dev.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
mock==2.0.0
22
pytest==3.5.0
3-
pytest-flake8
3+
pytest-flake8==1.0.7
44
pytest-cov==2.5.1
5+
flake8==4.0.1
56
falcon==2.0.0; python_version<"3.0"
67
falcon==3.0.0; python_version>="3.0"
78
flask

setup.cfg

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ setup_requires =
2828
install_requires =
2929
isodate
3030
dictpath
31-
openapi-spec-validator
32-
openapi-schema-validator
31+
openapi-spec-validator < 0.4.0
32+
openapi-schema-validator < 0.2.0
3333
six
3434
lazy-object-proxy
3535
attrs
@@ -41,8 +41,9 @@ install_requires =
4141
tests_require =
4242
mock; python_version<"3.0"
4343
pytest
44-
pytest-flake8
44+
pytest-flake8 < 1.1.0
4545
pytest-cov
46+
flake8 < 5.0.0
4647
falcon
4748
flask
4849
responses

0 commit comments

Comments
 (0)