Skip to content

Commit ed7ed2e

Browse files
nsa-softpayclaude
andcommitted
Bump all dependencies to latest versions
Runtime: - Click 8.1.7 -> 8.3.1 - pytz 2024.1 -> 2026.1.post1 - PyYAML 6.0.1 -> 6.0.3 - requests 2.32.3 -> 2.33.0 - tabulate 0.9.0 -> 0.10.0 Dev: - mypy 1.10.1 -> 1.19.1 - pre-commit 3.3.3 -> 4.5.1 - pylint 3.2.5 -> 4.0.5 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 25b3074 commit ed7ed2e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
mypy==1.10.1
2-
pre-commit==3.3.3
3-
pylint==3.2.5
1+
mypy==1.19.1
2+
pre-commit==4.5.1
3+
pylint==4.0.5
44
pytest-cov
55
pytest>=5.4.3
66
python-dotenv

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Click==8.1.7
2-
pytz==2024.1
3-
PyYAML==6.0.1
4-
requests==2.32.3
1+
Click==8.3.1
2+
pytz==2026.1.post1
3+
PyYAML==6.0.3
4+
requests==2.33.0
55
requests-hawk==1.2.1
6-
tabulate==0.9.0
6+
tabulate==0.10.0

0 commit comments

Comments
 (0)