Skip to content

Commit

Permalink
Bump dependencies (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Oct 30, 2024
1 parent 0d8d468 commit 9824940
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ copier==9.4.1
hatch==1.13.0
nox==2024.10.9
pre-commit==4.0.1
pre-commit-uv==4.1.3
pre-commit-uv==4.1.4
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-json
exclude: "src\\/.*\\.vscode.*\\/.*.json"
Expand All @@ -13,7 +13,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.3
rev: 0.29.4
hooks:
- id: check-dependabot
- id: check-github-workflows
10 changes: 5 additions & 5 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-json
exclude: "\\.vscode/.*.json"
Expand All @@ -19,12 +19,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.4
rev: v2.4.3
hooks:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.7.1
hooks:
- id: ruff
name: Ruff lint
Expand All @@ -33,12 +33,12 @@ repos:
name: Ruff format

- repo: https://github.com/pre-commit/pre-commit
rev: v3.8.0
rev: v4.0.1
hooks:
- id: validate_manifest

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.3
rev: 0.29.4
hooks:
- id: check-dependabot
- id: check-github-workflows
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- uses: pypa/[email protected]
with:
attestations: true
- uses: pypa/[email protected]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
hatch==1.12.0
pip==24.2
hatch==1.13.0
pip==24.3.1
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
with:
python-version: "3.x"
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/lite-action@v1.0.3
- uses: pre-commit-ci/lite-action@v1.1.0
if: always()
[%- endif %]
4 changes: 2 additions & 2 deletions src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ dependencies = [
"requests<3,>=2",
[%- endif %]
[%- if tap_auth_method == 'JWT' %]
"singer-sdk[jwt]~=0.42.0a1",
"singer-sdk[jwt]~=0.42.0a2",
[%- else %]
"singer-sdk~=0.42.0a1",
"singer-sdk~=0.42.0a2",
[%- endif %]
]
optional-dependencies.dev = [
Expand Down

0 comments on commit 9824940

Please sign in to comment.