From 4f3f49e6c4048546dd321cad0a7648c2492d1a8d Mon Sep 17 00:00:00 2001 From: Nikita Pastukhov Date: Tue, 9 Jul 2024 13:19:25 +0300 Subject: [PATCH] chore: bump dependencies --- .github/ISSUE_TEMPLATE/{config.yml => config.yaml} | 0 .github/{dependabot.yml => dependabot.yaml} | 0 .github/workflows/{pr_codeql.yml => pr_codeql.yaml} | 0 .../{publish_coverage.yml => publish_coverage.yaml} | 2 +- .github/workflows/{release_pypi.yml => release_pypi.yaml} | 0 pyproject.toml | 8 ++++---- 6 files changed, 5 insertions(+), 5 deletions(-) rename .github/ISSUE_TEMPLATE/{config.yml => config.yaml} (100%) rename .github/{dependabot.yml => dependabot.yaml} (100%) rename .github/workflows/{pr_codeql.yml => pr_codeql.yaml} (100%) rename .github/workflows/{publish_coverage.yml => publish_coverage.yaml} (96%) rename .github/workflows/{release_pypi.yml => release_pypi.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yaml diff --git a/.github/workflows/pr_codeql.yml b/.github/workflows/pr_codeql.yaml similarity index 100% rename from .github/workflows/pr_codeql.yml rename to .github/workflows/pr_codeql.yaml diff --git a/.github/workflows/publish_coverage.yml b/.github/workflows/publish_coverage.yaml similarity index 96% rename from .github/workflows/publish_coverage.yml rename to .github/workflows/publish_coverage.yaml index 0346a0147c..1ee27ae15c 100644 --- a/.github/workflows/publish_coverage.yml +++ b/.github/workflows/publish_coverage.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.9" diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yaml similarity index 100% rename from .github/workflows/release_pypi.yml rename to .github/workflows/release_pypi.yaml diff --git a/pyproject.toml b/pyproject.toml index 048443ecb6..fe2148cf0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,14 +111,14 @@ types = [ lint = [ "faststream[types]", - "ruff==0.4.9", + "ruff==0.5.1", "bandit==1.7.9", - "semgrep==1.75.0", + "semgrep==1.78.0", "codespell==2.3.0", ] test-core = [ - "coverage[toml]==7.5.3", + "coverage[toml]==7.5.4", "pytest==8.2.2", "pytest-asyncio==0.23.7", "dirty-equals==0.7.1.post0", @@ -132,7 +132,7 @@ testing = [ "httpx==0.27.0", "PyYAML==6.0.1", "watchfiles==0.22.0", - "email-validator==2.1.2", + "email-validator==2.2.0", ] dev = [