Skip to content

Commit a54cd30

Browse files
Upgrade to 2.6.0 (#79)
This requires adding types-setuptools and types-protobuf to work properly with MyPy 0.9*. This also bumps some requirements.
1 parent ad8c9f0 commit a54cd30

3 files changed

Lines changed: 24 additions & 34 deletions

File tree

constraints.txt

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,21 @@
1-
# Generated by build-support/generate_constraints.sh on Wed May 12 23:42:04 PDT 2021
1+
# Generated by build-support/generate_constraints.sh on Mon Aug 2 21:58:13 UTC 2021
22
ansicolors==1.1.8
3-
appdirs==1.4.4
4-
certifi==2020.12.5
5-
cfgv==3.2.0
6-
chardet==4.0.0
7-
click==8.0.0
8-
distlib==0.3.1
9-
filelock==3.0.12
10-
identify==2.2.4
11-
idna==2.10
12-
importlib-metadata==4.0.1
3+
certifi==2021.5.30
4+
charset-normalizer==2.0.4
5+
click==8.0.1
6+
idna==3.2
7+
importlib-metadata==4.6.3
8+
libretranslatepy==2.1.1
139
lxml==4.6.3
14-
nodeenv==1.6.0
15-
packaging==20.9
16-
pip==21.1.1
17-
pluggy==0.13.1
18-
pre-commit==2.12.1
19-
protobuf==3.17.0
20-
py==1.10.0
21-
pyparsing==2.4.7
22-
PyYAML==5.4.1
23-
requests==2.25.1
24-
setuptools==53.1.0
10+
pip==21.2.2
11+
protobuf==3.17.3
12+
requests==2.26.0
13+
setuptools==56.2.0
2514
six==1.16.0
26-
toml==0.10.2
27-
tox==3.23.1
28-
translate==3.5.0
15+
translate==3.6.1
16+
types-futures==0.1.6
17+
types-protobuf==3.17.4
18+
types-setuptools==57.0.0
2919
typing-extensions==3.10.0.0
30-
urllib3==1.26.4
31-
virtualenv==20.4.6
32-
zipp==3.4.1
20+
urllib3==1.26.6
21+
zipp==3.5.0

pants.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

44
[GLOBAL]
5-
pants_version = "2.5.1"
6-
5+
pants_version = "2.6.0"
76
backend_packages.add = [
87
"pants.backend.awslambda.python",
98
"pants.backend.codegen.protobuf.python",

requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Copyright 2020 Pants project contributors.
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

4-
ansicolors>=1.0.2
5-
setuptools<54.0,>=50.3.0
6-
translate>=3.2.1
7-
protobuf>=3.11.3
4+
ansicolors==1.1.8
5+
setuptools>=56.2.0,<57
6+
types-setuptools>=56.2.0,<58
7+
translate>=3.6.1,<3.7
8+
protobuf>=3.17.3,<3.18
9+
types-protobuf>=3.17.4,<3.18

0 commit comments

Comments
 (0)