File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ nox==2025.5.1
2
2
nox-poetry==1.2.0
3
3
pip==25.1.1
4
4
poetry==2.1.3
5
- poetry-dynamic-versioning==1.9.0
5
+ poetry-dynamic-versioning==1.9.1
6
6
poetry-plugin-export==1.9.0
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
build-backend = " poetry_dynamic_versioning.backend"
3
3
requires = [
4
- " poetry-core==1.6 " ,
4
+ " poetry-core==2.1.3 " ,
5
5
" poetry-dynamic-versioning" ,
6
6
]
7
7
8
8
[tool .poetry ]
9
9
name = " tap-pulumi-cloud"
10
10
version = " 0.0.0"
11
- description = " `tap-pulumi-cloud` is a Singer tap for Pulumi Cloud, built with the Meltano SDK for Singer Taps."
11
+ description = " Singer tap for Pulumi Cloud, built with the Meltano SDK for Singer Taps."
12
12
authors = [
13
13
" Edgar Ramírez-Mondragón <[email protected] >" ,
14
14
]
@@ -105,7 +105,6 @@ lint.pydocstyle.convention = "google"
105
105
addopts = " -vvv"
106
106
107
107
[tool .mypy ]
108
- python_version = " 3.12"
109
108
warn_unused_configs = true
110
109
111
110
[[tool .mypy .overrides ]]
You can’t perform that action at this time.
0 commit comments