Loading .github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ jobs: - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.14.0 uses: python-semantic-release/python-semantic-release@v9.15.0 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading .pre-commit-config.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/pylint rev: v3.3.1 rev: v3.3.2 hooks: - id: pylint additional_dependencies: Loading Loading @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 39.28.0 rev: 39.46.0 hooks: - id: renovate-config-validator requirements-lint.txt +3 −3 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ commitizen==3.31.0 flake8==7.1.1 isort==5.13.2 mypy==1.13.0 pylint==3.3.1 pytest==8.3.3 pylint==3.3.2 pytest==8.3.4 responses==0.25.3 respx==0.21.1 types-PyYAML==6.0.12.20240917 types-requests==2.32.0.20241016 types-setuptools==75.5.0.20241122 types-setuptools==75.6.0.20241126 requirements-test.txt +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ coverage==7.6.8 pytest-console-scripts==1.4.1 pytest-cov==6.0.0 pytest-github-actions-annotate-failures==0.2.0 pytest==8.3.3 pytest==8.3.4 PyYaml==6.0.2 responses==0.25.3 respx==0.21.1 Loading Loading
.github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ jobs: - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.14.0 uses: python-semantic-release/python-semantic-release@v9.15.0 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} Loading
.pre-commit-config.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/pylint rev: v3.3.1 rev: v3.3.2 hooks: - id: pylint additional_dependencies: Loading Loading @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 39.28.0 rev: 39.46.0 hooks: - id: renovate-config-validator
requirements-lint.txt +3 −3 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ commitizen==3.31.0 flake8==7.1.1 isort==5.13.2 mypy==1.13.0 pylint==3.3.1 pytest==8.3.3 pylint==3.3.2 pytest==8.3.4 responses==0.25.3 respx==0.21.1 types-PyYAML==6.0.12.20240917 types-requests==2.32.0.20241016 types-setuptools==75.5.0.20241122 types-setuptools==75.6.0.20241126
requirements-test.txt +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ coverage==7.6.8 pytest-console-scripts==1.4.1 pytest-cov==6.0.0 pytest-github-actions-annotate-failures==0.2.0 pytest==8.3.3 pytest==8.3.4 PyYaml==6.0.2 responses==0.25.3 respx==0.21.1 Loading