diff --git a/poetry.lock b/poetry.lock index cbe5b795..19c58b16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -757,7 +757,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poetry" -version = "1.1.12" +version = "1.1.13" description = "Python dependency management and packaging made easy." category = "dev" optional = false @@ -771,7 +771,7 @@ clikit = ">=0.6.2,<0.7.0" crashtest = {version = ">=0.3.0,<0.4.0", markers = "python_version >= \"3.6\" and python_version < \"4.0\""} html5lib = ">=1.0,<2.0" importlib-metadata = {version = ">=1.6.0,<2.0.0", markers = "python_version < \"3.8\""} -keyring = {version = ">=21.2.0,<22.0.0", markers = "python_version >= \"3.6\" and python_version < \"4.0\""} +keyring = {version = ">=21.2.0", markers = "python_version >= \"3.6\" and python_version < \"4.0\""} packaging = ">=20.4,<21.0" pexpect = ">=4.7.0,<5.0.0" pkginfo = ">=1.4,<2.0" @@ -1411,7 +1411,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "eb312ddd8c3b11e61b585864ce3380ab627579f9514a66569a7e035ad3669c84" +content-hash = "2ec49d9e45d1cab63e805271bf676a2002b6a35cd03a94e266afae31343fcf91" [metadata.files] argcomplete = [ @@ -1949,8 +1949,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] poetry = [ - {file = "poetry-1.1.12-py2.py3-none-any.whl", hash = "sha256:3d4dc5d4c7171fb251b32e49a98cecbe2795d5e681ecee2297e2b2d2ccd671fc"}, - {file = "poetry-1.1.12.tar.gz", hash = "sha256:5c66e2357fe37b552462a88b7d31bfa2ed8e84172208becd666933c776252567"}, + {file = "poetry-1.1.13-py2.py3-none-any.whl", hash = "sha256:52deb0792a2e801967ba9c4cdb39b56fe68b0b5cd3f195b004bef603db9d51a7"}, + {file = "poetry-1.1.13.tar.gz", hash = "sha256:b905ed610085f568aa61574e0e09260c02bff9eae12ff672af39e9f399357ac4"}, ] poetry-core = [ {file = "poetry-core-1.0.7.tar.gz", hash = "sha256:98c11c755a16ef6c5673c22ca94a3802a7df4746a0853a70b6fae8b9f5cac206"}, diff --git a/pyproject.toml b/pyproject.toml index ef1ecd07..c205cb97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ darglint = "^1.5.0" mypy = "^0.931" safety = "^1.0" pylint = "^2.12.2" -poetry = "^1.1.10" +poetry = "^1.1.13" djangorestframework-stubs = "^1.4.0" djangorestframework = "^3.12.4" uvicorn = { extras = ["standard"], version = "^0.17.5" }