Skip to content

Commit 070d31f

Browse files
committed
Regenerate with latest pip-tools
1 parent cf53261 commit 070d31f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

scripts/requirements-dev.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile
2+
# This file is autogenerated by pip-compile with python 3.8
33
# To update, run:
44
#
55
# pip-compile ./scripts/requirements-dev.in
@@ -20,6 +20,16 @@ deprecated==1.2.12
2020
# via
2121
# -r ./scripts/requirements.txt
2222
# pygithub
23+
flake8==3.9.2
24+
# via
25+
# -r ./scripts/linting/requirements.in
26+
# flake8-builtins
27+
# flake8-commas
28+
# flake8-comprehensions
29+
# flake8-debugger
30+
# flake8-isort
31+
# flake8-mutable
32+
# flake8-tuple
2333
flake8-builtins==1.5.3
2434
# via -r ./scripts/linting/requirements.in
2535
flake8-commas==2.0.0
@@ -36,16 +46,6 @@ flake8-todo==0.7
3646
# via -r ./scripts/linting/requirements.in
3747
flake8-tuple==0.4.1
3848
# via -r ./scripts/linting/requirements.in
39-
flake8==3.9.2
40-
# via
41-
# -r ./scripts/linting/requirements.in
42-
# flake8-builtins
43-
# flake8-commas
44-
# flake8-comprehensions
45-
# flake8-debugger
46-
# flake8-isort
47-
# flake8-mutable
48-
# flake8-tuple
4949
idna==2.10
5050
# via
5151
# -r ./scripts/requirements.txt
@@ -56,10 +56,10 @@ isort==5.8.0
5656
# flake8-isort
5757
mccabe==0.6.1
5858
# via flake8
59-
mypy-extensions==0.4.3
60-
# via mypy
6159
mypy==0.902
6260
# via -r ./scripts/typing/requirements.in
61+
mypy-extensions==0.4.3
62+
# via mypy
6363
pycodestyle==2.7.0
6464
# via
6565
# flake8

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile
2+
# This file is autogenerated by pip-compile with python 3.8
33
# To update, run:
44
#
55
# pip-compile ./scripts/requirements.in

0 commit comments

Comments
 (0)