From 0381d076bf6a0cdb458dc1b11d042ee295c5ee62 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:27:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- api/backends/entities.py | 7 ++++++- requirements.txt | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/api/backends/entities.py b/api/backends/entities.py index eee84ea..1cb022f 100644 --- a/api/backends/entities.py +++ b/api/backends/entities.py @@ -107,7 +107,12 @@ class Contributor(dict): match contributions, bio, keys: case None, None, None: dict.__init__( - self, login=login, avatar_url=avatar_url, html_url=html_url, bio=bio, keys=keys + self, + login=login, + avatar_url=avatar_url, + html_url=html_url, + bio=bio, + keys=keys, ) case int(_), None, None: dict.__init__( diff --git a/requirements.txt b/requirements.txt index bdf27bc..837528d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ aiofiles==23.2.1 ; python_version >= "3.11" and python_version < "3.13" aiohttp[speedups]==3.9.1 ; python_version >= "3.11" and python_version < "3.13" aiosignal==1.3.1 ; python_version >= "3.11" and python_version < "3.13" anyio==4.2.0 ; python_version >= "3.11" and python_version < "3.13" -argon2-cffi-bindings==21.2.0 ; python_version >= "3.11" and python_version < "3.13" argon2-cffi==23.1.0 ; python_version >= "3.11" and python_version < "3.13" +argon2-cffi-bindings==21.2.0 ; python_version >= "3.11" and python_version < "3.13" asyncstdlib==3.12.0 ; python_version >= "3.11" and python_version < "3.13" attrs==23.2.0 ; python_version >= "3.11" and python_version < "3.13" beautifulsoup4==4.12.2 ; python_version >= "3.11" and python_version < "3.13" @@ -36,8 +36,8 @@ limits==3.7.0 ; python_version >= "3.11" and python_version < "3.13" lxml==5.1.0 ; python_version >= "3.11" and python_version < "3.13" markupsafe==2.1.3 ; python_version >= "3.11" and python_version < "3.13" multidict==6.0.4 ; python_version >= "3.11" and python_version < "3.13" -mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "3.13" mypy==1.8.0 ; python_version >= "3.11" and python_version < "3.13" +mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "3.13" packaging==23.2 ; python_version >= "3.11" and python_version < "3.13" passlib==1.7.4 ; python_version >= "3.11" and python_version < "3.13" pendulum==3.0.0 ; python_version >= "3.11" and python_version < "3.13" @@ -49,19 +49,19 @@ pycryptodomex==3.20.0 ; python_version >= "3.11" and python_version < "3.13" pydantic==1.10.13 ; python_version >= "3.11" and python_version < "3.13" pyjwt==2.8.0 ; python_version >= "3.11" and python_version < "3.13" pyseto==1.7.7 ; python_version >= "3.11" and python_version < "3.13" +pytest==7.4.4 ; python_version >= "3.11" and python_version < "3.13" pytest-asyncio==0.23.3 ; python_version >= "3.11" and python_version < "3.13" pytest-cov==4.1.0 ; python_version >= "3.11" and python_version < "3.13" pytest-emoji==0.2.0 ; python_version >= "3.11" and python_version < "3.13" pytest-md==0.2.0 ; python_version >= "3.11" and python_version < "3.13" -pytest==7.4.4 ; python_version >= "3.11" and python_version < "3.13" python-dateutil==2.8.2 ; python_version >= "3.11" and python_version < "3.13" pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "3.13" +sanic==23.12.1 ; python_version >= "3.11" and python_version < "3.13" sanic-beskar==2.3.2 ; python_version >= "3.11" and python_version < "3.13" sanic-ext==23.12.0 ; python_version >= "3.11" and python_version < "3.13" sanic-limiter @ git+https://github.com/Omegastick/sanic-limiter@843e13144aa21d843ce212a7c1db31b72ce8a103 ; python_version >= "3.11" and python_version < "3.13" sanic-routing==23.12.0 ; python_version >= "3.11" and python_version < "3.13" sanic-testing==23.12.0 ; python_version >= "3.11" and python_version < "3.13" -sanic==23.12.1 ; python_version >= "3.11" and python_version < "3.13" sanic[ext]==23.12.1 ; python_version >= "3.11" and python_version < "3.13" sentry-sdk[sanic]==1.39.2 ; python_version >= "3.11" and python_version < "3.13" setuptools==69.0.3 ; python_version >= "3.11" and python_version < "3.13"