Skip to content

pin openapi dependencies #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
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
PyYAML==5.3.1
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==3.9.2
falcon==2.0.0; python_version<"3.0"
falcon==3.0.0; python_version>="3.0"
flask
Expand Down
8 changes: 5 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ setup_requires =
install_requires =
isodate
dictpath
openapi-spec-validator
openapi-schema-validator
openapi-spec-validator < 0.4.0
openapi-schema-validator < 0.2.0
PyYAML < 6.0; python_version>="3.6"
six
lazy-object-proxy
attrs
Expand All @@ -41,8 +42,9 @@ install_requires =
tests_require =
mock; python_version<"3.0"
pytest
pytest-flake8
pytest-flake8 < 1.1.0
pytest-cov
flake8 < 4.0.0
falcon
flask
responses
Expand Down