aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-03 21:05:08 +0000
committerGravatar GitHub <[email protected]>2022-08-03 21:05:08 +0000
commite6b0c0d2e0de34ff4b3ecf953130b4e90b0def65 (patch)
tree0b7073c8b4ad514b33a41a857caa8f60f6fc33be
parentMerge pull request #192 from python-discord/dependabot/pip/flake8-5.0.2 (diff)
Bump spectree from 0.10.3 to 0.10.4
Bumps [spectree](https://github.com/0b01001001/spectree) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/0b01001001/spectree/releases) - [Commits](https://github.com/0b01001001/spectree/compare/v0.10.3...v0.10.4) --- updated-dependencies: - dependency-name: spectree dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index bc2a1c5..f90fafe 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -341,7 +341,7 @@ python-versions = ">=3.5"
[[package]]
name = "spectree"
-version = "0.10.3"
+version = "0.10.4"
description = "generate OpenAPI document and validate request&response with Python annotations."
category = "main"
optional = false
@@ -353,7 +353,7 @@ pydantic = ">=1.2"
[package.extras]
dev = ["pytest (>=7.1,<8.0)", "flake8 (>=4.0,<5.0)", "black (>=22.3,<23.0)", "isort (>=5.10,<6.0)", "autoflake (>=1.4,<2.0)", "mypy (>=0.942)"]
email = ["pydantic[email] (>=1.2)"]
-falcon = ["falcon"]
+falcon = ["falcon (>=3.0.0)"]
flask = ["flask"]
starlette = ["starlette"]
@@ -450,7 +450,7 @@ python-versions = ">=3.7"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
-content-hash = "0e2f2b2a78a4aa2cf177084b60c90115b337c0da34a24c4eb85840809abc1c27"
+content-hash = "74f4f3fe31f71dd3d6185adc37c2066f8d73bd73117a6ed920e817fdc15b0a02"
[metadata.files]
anyio = [
@@ -738,8 +738,8 @@ sniffio = [
{file = "sniffio-1.2.0.tar.gz", hash = "sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de"},
]
spectree = [
- {file = "spectree-0.10.3-py3-none-any.whl", hash = "sha256:2d1ef07de63b0009958aa38de1002135dcd8987a792e656146faf3828f80172e"},
- {file = "spectree-0.10.3.tar.gz", hash = "sha256:d49ed8deda07c31c770b812160a9f627634b3b97f3fa6ebd79fc01f14ec623aa"},
+ {file = "spectree-0.10.4-py3-none-any.whl", hash = "sha256:f26f1574f74bfba505d22a8c116126d5be6f7ac2b7debae55972c3b2b71ede44"},
+ {file = "spectree-0.10.4.tar.gz", hash = "sha256:8a4dec543c810294c4fe5b6f2a23373d783a241b981ec67447038824c6751e8e"},
]
starlette = [
{file = "starlette-0.20.4-py3-none-any.whl", hash = "sha256:c0414d5a56297d37f3db96a84034d61ce29889b9eaccf65eb98a0b39441fcaa3"},
diff --git a/pyproject.toml b/pyproject.toml
index b66470c..7b5f59f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ pyjwt = "^2.4.0"
httpx = "^0.23.0"
gunicorn = "^20.1.0"
pydantic = "^1.8.2"
-spectree = "^0.10.3"
+spectree = "^0.10.4"
deepmerge = "^1.0.1"
sentry-sdk = "^1.9.0"