From 363137035cd8f1c4a67f9a16cdc312a7a6d54ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Sun, 12 Nov 2023 21:24:54 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20poetry,=20pre-commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 12 ++++++------ poetry.lock | 4 ++-- pyproject.toml | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea92ee7..b20b304 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ # * Run "pre-commit install". repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.15.0 hooks: - id: pyupgrade args: [ "--py310-plus" ] @@ -37,12 +37,12 @@ repos: args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/csachs/pyproject-flake8 - rev: v6.0.0.post1 + rev: v6.1.0 hooks: - id: pyproject-flake8 additional_dependencies: [ flake8-bugbear ] @@ -50,7 +50,7 @@ repos: exclude: (test_[\w]+\.py)$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell exclude: (test_[\w]+\.py|\.csv|\.json|\.lock)$ @@ -68,7 +68,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/python-poetry/poetry - rev: 1.6.1 + rev: 1.7.0 hooks: - id: poetry-check - id: poetry-lock diff --git a/poetry.lock b/poetry.lock index 9ac1496..8bd2e46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "adlfs" @@ -4533,4 +4533,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "07409b77f295d9eae5a2e3bbdb12d367d2275e28499485a57ad786f37673f32c" +content-hash = "8dc52c8891b5154deb67ecb0417e942bb349b2d07507e0bcaba410c4caa8cba6" diff --git a/pyproject.toml b/pyproject.toml index d51d75b..c38e700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,21 +26,21 @@ cachelib = "^0.10.2" fastapi = {extras = ["all"], version = "^0.104.1"} furl = "^2.1.3" redis = "^5.0.1" -pyicu = "^2.11" +pyicu = "^2.12" ftmq = "^0.5.0" structlog = "^23.2.0" fakeredis = "^2.20.0" [tool.poetry.group.dev.dependencies] flake8 = "^6.1.0" -black = "^23.7.0" +black = "^23.11.0" pre-commit = "^3.5.0" ipdb = "^0.13.13" isort = "^5.12.0" -pytest = "^7.4.0" +pytest = "^7.4.3" pytest-cov = "^4.1.0" -pytest-env = "^1.0.1" -mypy = "^1.6.0" +pytest-env = "^1.1.1" +mypy = "^1.7.0" coverage = "^7.3.2" bump2version = "^1.0.1"