Skip to content

Commit b761bff

Browse files
committed
Updated pip and most Python modules.
1 parent 125aa2c commit b761bff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.conf

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ OPENSSL_VERSION="1.1.1n"
1919
# When updating this, also update the year in src/sqlite/chevahbs, if needed.
2020
SQLITE_VERSION="3380300"
2121
# 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"
2424

2525
# Python modules versions to be used everywhere possible.
26-
CFFI_VERSION="1.14.3"
26+
CFFI_VERSION="1.15.0"
2727
CRYPTOGRAPHY_VERSION="3.4.7"
2828
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"
3232

3333
# pycparser is explicitly installed to work around setuptools auto dependencies.
34-
PYCPARSER_VERSION="2.20"
34+
PYCPARSER_VERSION="2.21"
3535

3636
# Global flags for building required libs.
3737
BUILD_LIBFFI="no"

0 commit comments

Comments
 (0)