Skip to content

Commit 6b7ba68

Browse files
chore(deps): update dependency black to v25 (#300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c0b1348 commit 6b7ba68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dynamodump/dynamodump.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env python
22
"""
3-
Simple backup and restore script for Amazon DynamoDB using boto to work similarly to mysqldump.
3+
Simple backup and restore script for Amazon DynamoDB using boto to work similarly to mysqldump.
44
5-
Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS
6-
Data Pipeline for backup/restores/empty.
5+
Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS
6+
Data Pipeline for backup/restores/empty.
77
8-
dynamodump supports local DynamoDB instances as well (tested with DynamoDB Local).
8+
dynamodump supports local DynamoDB instances as well (tested with DynamoDB Local).
99
"""
1010

1111
import argparse

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==24.10.0
2+
black==25.1.0
33
flake8==7.1.2
44
pre-commit==4.1.0

0 commit comments

Comments
 (0)