diff --git a/poetry.lock b/poetry.lock index 15f5988..3ed9b61 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1313,7 +1313,7 @@ python-versions = "*" [[package]] name = "types-orjson" -version = "3.6.0" +version = "3.6.1" description = "Typing stubs for orjson" category = "dev" optional = false @@ -1434,7 +1434,7 @@ sqlite = [] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "17760169e0bb4789df537d864fbb2068c4d5fb947b58a3c6ebf0f255e4f76b80" +content-hash = "60380d9b6272517de738f5cf8c028459cafd977a4b7827b28c27c4c892a8e5b3" [metadata.files] aiocontextvars = [ @@ -2313,8 +2313,8 @@ types-ipaddress = [ {file = "types_ipaddress-1.0.0-py3-none-any.whl", hash = "sha256:f6cfd6d7605fd26537565f91fff5a9dd4802db4fa6b6be7dc0a55d605c0d943d"}, ] types-orjson = [ - {file = "types-orjson-3.6.0.tar.gz", hash = "sha256:e8513f75886a13e6061f5658d53d57d97b3af20cb9c3dcee09e31793f3cee28f"}, - {file = "types_orjson-3.6.0-py3-none-any.whl", hash = "sha256:cdbc920c1354a2b54f2b96ffd95523bbfecdd645063ac5ab40915d0680880d8d"}, + {file = "types-orjson-3.6.1.tar.gz", hash = "sha256:6bc2245b242c9ab4c8845495a4c16a51fa22510c8ac1d83da027ab3ce1f77d8a"}, + {file = "types_orjson-3.6.1-py3-none-any.whl", hash = "sha256:b3e991dd05fc6571a423996cbde37183123983783db64c5bc53e985ae32c7176"}, ] types-pkg-resources = [ {file = "types-pkg_resources-0.1.3.tar.gz", hash = "sha256:834a9b8d3dbea343562fd99d5d3359a726f6bf9d3733bccd2b4f3096fbab9dae"}, diff --git a/pyproject.toml b/pyproject.toml index 8ceecbf..1d440cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ types-PyMySQL = "^1.0.3" types-ipaddress = "^1.0.0" types-enum34 = "^1.1.0" types-cryptography = "^3.3.5" -types-orjson = "^3.6.0" +types-orjson = "^3.6.1" types-aiofiles = "^0.1.9" types-pkg-resources = "^0.1.3" types-requests = "^2.25.9"