-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Python 3.10 as dev version, as well as update minimum supported `openapi-core` version to **0.13.4**. Also loose a bit `pyrsistent` & `PyYAML` requirements to allow dependent projects use latest versions of given libraries. Other: ------ - (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185) - (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186) - (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183) - (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187) - (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190) - (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189) - (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188) - (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192) - (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197) - Use Python 3.10 as dev version (#194) - (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198) - (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201) Co-authored-by: playpauseandstop <[email protected]>
- Loading branch information
1 parent
f6edcef
commit cec4e89
Showing
5 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ ignore_missing_imports = true | |
|
||
[tool.poetry] | ||
name = "rororo" | ||
version = "2.2.2" | ||
version = "2.3.0" | ||
description = "aiohttp.web OpenAPI 3 schema first server applications." | ||
authors = ["Igor Davydenko <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,4 @@ | |
|
||
__author__ = "Igor Davydenko" | ||
__license__ = "BSD-3-Clause" | ||
__version__ = "2.2.2" | ||
__version__ = "2.3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters