Commit e45ddf1
committed
chore: drop unused dev dependencies, unpin ty, refresh the lockfile
Remove four development dependencies that nothing in the repo uses:
- tox: no tox.ini, no setup.cfg, no [tool.tox] section
- bumpversion: no config either; CONTRIBUTING documents bumping
__version__.py by hand and the release workflow verifies it
- pytest-csv: no --csv usage in pytest.ini, the Makefile or CI
- pytz: no imports anywhere
pytz stays installed as a transitive dependency of dbt-adapters and
dbt-common, so nothing changes at runtime. Removing the direct
declaration only drops a claim this repo does not use.
Unpin ty. The exact `ty==0.0.64` constraint duplicated a version uv.lock
already carries, and every caller reaches ty through `uv run --frozen`,
so the lock is what they resolve either way. Relocking takes it to
0.0.75.
Then refresh the rest with `uv lock --upgrade`: 52 packages moved, 2
added and 7 removed.
Bump the ruff-pre-commit rev from v0.15.20 to v0.16.5 so the hooks run
the same ruff the lock resolves. Both now report 0.16.5.
Development dependencies only. The adapter's runtime requirements in
[project.dependencies] are untouched.1 parent 521ea20 commit e45ddf1
3 files changed
Lines changed: 1059 additions & 1002 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | | - | |
73 | 71 | | |
74 | 72 | | |
75 | | - | |
76 | 73 | | |
77 | | - | |
78 | 74 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 75 | + | |
82 | 76 | | |
83 | 77 | | |
84 | 78 | | |
| |||
0 commit comments