Skip to content

Bump jsonschema from 3.0.1 to 3.2.0 in /packages/service-library #1331

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
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
2 changes: 1 addition & 1 deletion packages/service-library/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==19.3.0 # via -r requirements/_base.in (line 19), aiohttp, jso
chardet==3.0.4 # via aiohttp
idna==2.8 # via yarl
isodate==0.6.0 # via openapi-core
jsonschema==3.0.1 # via -r requirements/_base.in (line 15), openapi-spec-validator
jsonschema==3.2.0 # via -r requirements/_base.in (line 15), openapi-spec-validator
lazy-object-proxy==1.4.1 # via openapi-core
multidict==4.5.2 # via aiohttp, yarl
openapi-core==0.12.0 # via -r requirements/_base.in (line 16)
Expand Down
2 changes: 1 addition & 1 deletion packages/service-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docopt==0.6.2 # via coveralls
idna==2.8 # via -r requirements/_base.txt (line 13), requests, yarl
isodate==0.6.0 # via -r requirements/_base.txt (line 14), openapi-core
isort==4.3.21 # via pylint
jsonschema==3.0.1 # via -r requirements/_base.txt (line 15), openapi-spec-validator
jsonschema==3.2.0 # via -r requirements/_base.txt (line 15), openapi-spec-validator
lazy-object-proxy==1.4.1 # via -r requirements/_base.txt (line 16), astroid, openapi-core
mccabe==0.6.1 # via pylint
more-itertools==8.0.2 # via pytest
Expand Down