Commit 1c8727b
committed
chore: drop unused dev dependencies and 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.
Then refresh the rest with `uv lock --upgrade`: 49 packages moved, 2
added and 7 removed. This supersedes three open dependabot PRs, each of
which lands at or below the version resolved here: #808 (cryptography
48.0.0 -> 50.0.1, dependabot asked for 50.0.0), #717 (msgpack 1.1.2 ->
1.2.2, asked for 1.2.1) and #713 (pyjwt 2.12.1 -> 2.13.0).
Development dependencies only. The adapter's runtime requirements in
[project.dependencies] are untouched.1 parent 521ea20 commit 1c8727b
3 files changed
Lines changed: 925 additions & 865 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| 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 | 75 | | |
80 | 76 | | |
| |||
0 commit comments