From 70c1bd8ee0f233e93b9a8acf75999bd9c7566794 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:32:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(project)=20upgrade=20python?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------ | ------------ | --------------- | | pypi | black | 23.12.0 | 23.12.1 | | pypi | mkdocs-material | 9.5.2 | 9.5.3 | | pypi | mypy | 1.7.1 | 1.8.0 | | pypi | pymdown-extensions | 10.5 | 10.7 | | pypi | pytest | 7.4.3 | 7.4.4 | | pypi | pytest-asyncio | 0.23.2 | 0.23.3 | | pypi | ruff | 0.1.8 | 0.1.11 | | pypi | types-requests | 2.31.0.10 | 2.31.0.20231231 | | pypi | fastapi | 0.105.0 | 0.108.0 | | pypi | uvicorn | 0.24.0.post1 | 0.25.0 | --- pyproject.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eb76576da..68b0d1c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ cli = [ ] dev = [ "anyio<4.2.1", # unpin until fastapi supports new major version of anyio - "black==23.12.0", + "black==23.12.1", "cryptography==41.0.7", "factory-boy==3.3.0", "hypothesis<6.92.0", # pin as hypothesis 6.92.0 observability feature seems broken @@ -96,33 +96,33 @@ dev = [ "mike==2.0.0", "mkdocs==1.5.3", "mkdocs-click==0.8.1", - "mkdocs-material==9.5.2", + "mkdocs-material==9.5.3", "mkdocstrings[python-legacy]==0.24.0", "moto==4.2.12", - "mypy==1.7.1", + "mypy==1.8.0", "neoteroi-mkdocs==1.0.4", "pyfakefs==5.3.2", - "pymdown-extensions==10.5", - "pytest==7.4.3", - "pytest-asyncio==0.23.2", + "pymdown-extensions==10.7", + "pytest==7.4.4", + "pytest-asyncio==0.23.3", "pytest-cov==4.1.0", "pytest-httpx<0.23.0", # pin as Python 3.8 is no longer supported from release 0.23.0 "requests-mock==1.11.0", "responses==0.24.1", - "ruff==0.1.8", + "ruff==0.1.11", "types-python-dateutil == 2.8.19.14", "types-python-jose == 3.3.4.8", - "types-requests<2.31.0.11", + "types-requests<2.31.0.20231232", "types-cachetools ==5.3.0.7", ] lrs = [ "bcrypt==4.1.2", - "fastapi==0.105.0", + "fastapi==0.108.0", "cachetools==5.3.2", "httpx<0.25.0", # pin as `pytest-httpx<0.23.0` requires `httpx==0.24.*` "sentry_sdk==1.39.1", "python-jose==3.3.0", - "uvicorn[standard]==0.24.0.post1", + "uvicorn[standard]==0.25.0", ] full = [ "ralph-malph[backends,cli,lrs]",