Skip to content

Commit df62be5

Browse files
renovate[bot]bchew
andauthored
chore(deps): update dependency black to v26 (#337)
* chore(deps): update dependency black to v26 * fix: format for black v26 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benny Chew <benny.chew@adslot.com>
1 parent f5f9926 commit df62be5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

dynamodump/dynamodump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
from urllib.error import URLError, HTTPError
3030
from urllib.request import urlopen
3131

32-
3332
AWS_SLEEP_INTERVAL = 10 # seconds
3433
BATCH_WRITE_SLEEP_INTERVAL = 0.15 # seconds
3534
DATA_DIR = "data"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r requirements.txt
2-
black==25.11.0
2+
black==26.1.0
33
flake8==7.3.0
44
pre-commit==4.5.1

0 commit comments

Comments
 (0)