Skip to content

Commit 0a318d4

Browse files
committed
Bump some deps, including usort with minor format change
1 parent a2b8784 commit 0a318d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dowsing/check_source_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from honesty.archive import extract_and_get_names
77
from honesty.cache import Cache
88
from honesty.cmdline import select_versions, wrap_async
9-
from honesty.releases import FileType, async_parse_index
9+
from honesty.releases import async_parse_index, FileType
1010
from moreorless.click import echo_color_unified_diff
1111

1212
from dowsing.pep517 import get_metadata

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ flake8==3.7.9
55
mypy==0.931
66
tox==3.24.5
77
twine==3.1.1
8-
ufmt==1.1
9-
usort==0.6.3
8+
ufmt==1.3.1.post1
9+
usort==1.0.0
1010
volatile==2.1.0
1111
wheel==0.37.1
1212
honesty==0.3.0a1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
highlighter==0.1.1
22
imperfect==0.3.0
33
LibCST==0.3.12
4-
tomlkit==0.7.0
5-
pkginfo==1.5.0.1
4+
tomlkit==0.7.2
5+
pkginfo==1.8.1

0 commit comments

Comments
 (0)