Skip to content

Commit 1b88a12

Browse files
author
Ned Batchelder
committed
chore: make upgrade
1 parent f107559 commit 1b88a12

File tree

8 files changed

+970
-250
lines changed

8 files changed

+970
-250
lines changed

requirements/base.txt

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
#
2-
# This file is autogenerated by pip-compile
2+
# This file is autogenerated by pip-compile with python 3.6
33
# To update, run:
44
#
55
# make upgrade
66
#
7-
attrs==20.3.0 # via -r requirements/base.in
8-
click-log==0.3.2 # via -r requirements/base.in
9-
click==7.1.2 # via -r requirements/base.in, click-log
10-
jinja2==2.11.2 # via -r requirements/base.in
11-
markupsafe==1.1.1 # via jinja2
7+
attrs==21.2.0
8+
# via -r requirements/base.in
9+
click==8.0.1
10+
# via
11+
# -r requirements/base.in
12+
# click-log
13+
click-log==0.3.2
14+
# via -r requirements/base.in
15+
importlib-metadata==4.5.0
16+
# via click
17+
jinja2==3.0.1
18+
# via -r requirements/base.in
19+
markupsafe==2.0.1
20+
# via jinja2
21+
typing-extensions==3.10.0.0
22+
# via importlib-metadata
23+
zipp==3.4.1
24+
# via importlib-metadata

requirements/constraints.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,3 @@
77
# link to other information that will help people in the future to remove the
88
# pin when possible. Writing an issue against the offending project and
99
# linking to it here is good.
10-
11-
# Not sure, maybe this will make it work?
12-
importlib-metadata==2.1.1
13-
importlib-resources==3.2.1
14-
15-
# 6.2.0 requires 3.6
16-
pytest<6.2.0
17-
18-
# 2020.1 requires 3.6
19-
pudb<2020
20-
21-
# 2.0 requires Python 3.6
22-
zipp<2.0

0 commit comments

Comments
 (0)