Skip to content

Commit

Permalink
Bump plugins (#451)
Browse files Browse the repository at this point in the history
* Bump plugins

* pre-commit autoupdate
  • Loading branch information
edgarrmondragon authored Jan 27, 2025
1 parent 00461a5 commit 8dc694c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/melty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ env:
MELTANO_ENVIRONMENT: ${{ github.event.inputs.environment || 'prod' }}
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
EVIDENCE_SOURCE__motherduck_personal__token: ${{ secrets.MOTHERDUCK_TOKEN }}
UV_EXCLUDE_NEWER: "2025-01-07"
UV_EXCLUDE_NEWER: "2025-01-28"

concurrency:
group: meltano
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repos:
- id: trailing-whitespace

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

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.31.0
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down
4 changes: 2 additions & 2 deletions meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins:
pip_url: git+https://github.com/edgarrmondragon/tap-getpocket.git python-json-logger
- name: tap-stackexchange
variant: meltanolabs
pip_url: tap-stackexchange==0.0.2 python-json-logger
pip_url: tap-stackexchange==0.0.3 python-json-logger
config:
tags:
- meltano
Expand All @@ -31,7 +31,7 @@ plugins:
- projects.*
- name: tap-github
variant: meltanolabs
pip_url: meltanolabs-tap-github==1.10.0 python-json-logger
pip_url: meltanolabs-tap-github==1.11.1 python-json-logger
config:
repositories:
- edgarrmondragon/citric
Expand Down
2 changes: 1 addition & 1 deletion pkl/plugins/extractors/tap_github.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "../../lib/meltano/plugin.pkl"
tap_github = new plugin.Extractor {
name = "tap-github"
variant = "meltanolabs"
pip_url = "meltanolabs-tap-github==1.10.0 python-json-logger"
pip_url = "meltanolabs-tap-github==1.11.1 python-json-logger"
config = new Mapping {
["repositories"] = List(
"edgarrmondragon/citric",
Expand Down
2 changes: 1 addition & 1 deletion pkl/plugins/extractors/tap_stackexchange.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "../../lib/meltano/plugin.pkl"
tap_stackexchange = new plugin.Extractor {
name = "tap-stackexchange"
variant = "meltanolabs"
pip_url = "tap-stackexchange==0.0.2 python-json-logger"
pip_url = "tap-stackexchange==0.0.3 python-json-logger"
config = new Mapping {
["tags"] = List("meltano")
}
Expand Down

0 comments on commit 8dc694c

Please sign in to comment.