Skip to content

Commit f032b40

Browse files
committed
build(deps): black
1 parent 7e83655 commit f032b40

File tree

4 files changed

+68
-133
lines changed

4 files changed

+68
-133
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ verify_ssl = false
55

66
[dev-packages]
77
isort = "==5.10.1"
8-
black = "==21.11b1"
8+
black = "==21.12b0"
99
pylint = "==3.0.0a4"
1010

1111
[packages]

Pipfile.lock

Lines changed: 60 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,19 @@
1111
-i https://pypi.org/simple
1212
--trusted-host pypi.org
1313
astroid==2.6.6; python_version ~= '3.6'
14-
black==21.11b1
14+
black==21.12b0
1515
click==8.0.3; python_version >= '3.6'
1616
isort==5.10.1
17-
lazy-object-proxy==1.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
17+
lazy-object-proxy==1.7.1; python_version >= '3.6'
1818
mccabe==0.6.1
1919
mypy-extensions==0.4.3
2020
numpy==1.21.4
2121
pathspec==0.9.0
22-
platformdirs==2.4.0; python_version >= '3.6'
22+
platformdirs==2.4.1; python_version >= '3.7'
2323
pylint==3.0.0a4
24-
regex==2021.11.10
25-
setuptools==59.4.0; python_version >= '3.6'
24+
setuptools==60.5.0; python_version >= '3.7'
2625
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
27-
tomli==1.2.2; python_version >= '3.6'
26+
tomli==1.2.3; python_version >= '3.6'
2827
torch==1.10.0
29-
typing-extensions==4.0.0; python_version >= '3.6'
28+
typing-extensions==4.0.1; python_version >= '3.6'
3029
wrapt==1.12.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
--trusted-host pypi.org
1010
numpy==1.21.4
1111
torch==1.10.0
12-
typing-extensions==4.0.0; python_version >= '3.6'
12+
typing-extensions==4.0.1; python_version >= '3.6'

0 commit comments

Comments
 (0)