Skip to content

Commit ca12f16

Browse files
authored
Regen lockfile (#6227)
2 parents 39c96eb + d395cfa commit ca12f16

File tree

20 files changed

+644
-705
lines changed

20 files changed

+644
-705
lines changed

BUILD.tools

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,6 @@ python_requirement(
5252
],
5353
)
5454

55-
python_requirement(
56-
name="setuptools-reqs",
57-
resolve="setuptools",
58-
requirements=[
59-
# setuptools 59.7 (at least) does not support python 3.6
60-
"setuptools>=50.3.0,<59.0",
61-
"wheel>=0.35.1,<0.38",
62-
],
63-
)
64-
6555
python_requirement(
6656
name="twine-reqs",
6757
resolve="twine",

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Fixed
1515
Changed
1616
~~~~~~~
1717
* Bumped `jsonschema` 2.6.0 -> 3.2.0 now that python3.6 is not supported. #6118
18-
* Bumped many deps based on the lockfile generated by pants+pex. #6181 (by @cognifloyd and @nzlosh)
18+
* Bumped many deps based on the lockfile generated by pants+pex. #6181 #6227 (by @cognifloyd and @nzlosh)
1919
* Switch to python3's standard lib unittest from unittest2, a backport of python3 unittest features for python2. #6187 (by @nzlosh)
2020
* Drop Python 3.6 testing in CircleCI. #6080
2121
Contributed by (@philipphomberger Schwarz IT KG)

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ REQUIREMENTS := test-requirements.txt requirements.txt
5555

5656
# Pin common pip version here across all the targets
5757
# Note! Periodic maintenance pip upgrades are required to be up-to-date with the latest pip security fixes and updates
58-
PIP_VERSION ?= 24.0
59-
SETUPTOOLS_VERSION ?= 69.5.1
58+
PIP_VERSION ?= 24.2
59+
SETUPTOOLS_VERSION ?= 72.1.0
6060
PIP_OPTIONS := $(ST2_PIP_OPTIONS)
6161

6262
ifndef PYLINT_CONCURRENCY

contrib/runners/winrm_runner/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# If you want to update depdencies for a single component, modify the
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
8-
pywinrm==0.4.3
8+
pywinrm==0.5.0

fixed-requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ networkx==2.8.8
3131
# now jsonpath-rw is the only thing that depends on decorator (a transitive dep)
3232
decorator==5.1.1
3333
# 202403: Bump oslo.config for py3.10 support.
34-
oslo.config==9.4.0
35-
oslo.utils==7.1.0
34+
oslo.config==9.5.0
35+
oslo.utils==7.2.0
3636
# paramiko 2.11.0 is needed by cryptography > 37.0.0
3737
paramiko==3.4.0
3838
passlib==1.7.4
@@ -41,47 +41,47 @@ prompt-toolkit==3.0.43
4141
pyinotify==0.9.6 ; platform_system=="Linux"
4242
pymongo==3.12.3
4343
pyparsing==3.1.2
44-
zstandard==0.22.0
44+
zstandard==0.23.0
4545
# pyOpenSSL 23.1.0 supports cryptography up to 40.0.x
4646
#pyOpenSSL==23.1.0
4747
# 202403: switch from python-editor to editor for py3.10 support
4848
editor==1.6.6
4949
# editor dependency, required here for inclusion in st2client setup.py
50-
pygments==2.17.2
50+
pygments==2.18.0
5151
python-keyczar==0.716
5252
pytz==2024.1
53-
pywinrm==0.4.3
53+
pywinrm==0.5.0
5454
pyyaml==6.0.1
55-
redis==5.0.4
56-
requests==2.31.0
55+
redis==5.0.7
56+
requests==2.32.3
5757
retrying==1.3.4
5858
routes==2.5.1
5959
semver==3.0.2
6060
six==1.16.0
6161
argparse==1.4.0
62-
argcomplete==3.3.0
63-
prettytable==3.10.0
62+
argcomplete==3.4.0
63+
prettytable==3.10.2
6464
importlib-metadata==7.1.0
6565
typing-extensions==4.11.0
6666
# NOTE: sseclient has various issues which sometimes hang the connection for a long time, etc.
6767
sseclient-py==1.8.0
6868
stevedore==5.2.0
69-
tenacity==8.2.3
69+
tenacity==9.0.0
7070
tooz==6.2.0
7171
# Note: virtualenv embeds wheels for pip, wheel, and setuptools. So pinning virtualenv pins those as well.
72-
# virtualenv==20.26.0 (<21) has pip==24.0 wheel==0.43.0 setuptools==69.5.1
73-
# lockfiles/st2.lock has pip==24.0 wheel==0.43.0 setuptools==69.5.1
74-
virtualenv==20.26.1
72+
# virtualenv==20.26.3 (<21) has pip==24.1 wheel==0.43.0 setuptools==70.1.0
73+
# lockfiles/st2.lock has pip==24.2 wheel==0.43.0 setuptools==72.1.0
74+
virtualenv==20.26.3
7575
webob==1.8.7
7676
zake==0.2.2
7777
# test requirements below
78-
bcrypt==4.1.2
79-
jinja2==3.1.3
78+
bcrypt==4.2.0
79+
jinja2==3.1.4
8080
mock==5.1.0
8181
nose-timer==1.0.1
8282
nose-parallel==0.4.0
83-
psutil==5.9.8
83+
psutil==6.0.0
8484
python-dateutil==2.9.0
8585
python-statsd==2.1.0
86-
orjson==3.10.1
87-
zipp==3.18.1
86+
orjson==3.10.6
87+
zipp==3.19.2

lockfiles/setuptools.lock

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)