File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,19 @@ OPENSSL_VERSION="1.1.1n"
19
19
# When updating this, also update the year in src/sqlite/chevahbs, if needed.
20
20
SQLITE_VERSION="3380300"
21
21
# These are used by get-pip.py.
22
- PIP_VERSION="21.1.1 "
23
- SETUPTOOLS_VERSION="53.0 .0"
22
+ PIP_VERSION="22.0.4 "
23
+ SETUPTOOLS_VERSION="62.1 .0"
24
24
25
25
# Python modules versions to be used everywhere possible.
26
- CFFI_VERSION="1.14.3 "
26
+ CFFI_VERSION="1.15.0 "
27
27
CRYPTOGRAPHY_VERSION="3.4.7"
28
28
SUBPROCESS32_VERSION="3.5.4"
29
- BCRYPT_VERSION="3.1.7 "
30
- PSUTIL_VERSION="5.7.3 "
31
- SETPROCTITLE_VERSION="1.1.10 "
29
+ BCRYPT_VERSION="3.2.2 "
30
+ PSUTIL_VERSION="5.9.0 "
31
+ SETPROCTITLE_VERSION="1.2.3 "
32
32
33
33
# pycparser is explicitly installed to work around setuptools auto dependencies.
34
- PYCPARSER_VERSION="2.20 "
34
+ PYCPARSER_VERSION="2.21 "
35
35
36
36
# Global flags for building required libs.
37
37
BUILD_LIBFFI="no"
You can’t perform that action at this time.
0 commit comments