Skip to content

Commit 799fecd

Browse files
committed
copy updated pins from lockfiles/st2.lock to legacy requirements files
1 parent 3d51b12 commit 799fecd

5 files changed

+7
-7
lines changed

fixed-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lockfile==0.12.2
2828
mongoengine==0.29.1
2929
networkx==3.1
3030
# jsonpath-rw is the only thing that depends on decorator (a transitive dep)
31-
decorator==5.1.1
31+
decorator==5.2.1
3232
# 202403: Bump oslo.config for py3.10 support.
3333
oslo.config==9.6.0
3434
oslo.utils==7.3.0
@@ -80,7 +80,7 @@ bcrypt==4.2.1
8080
jinja2==3.1.5
8181
mock==5.1.0
8282
pytest==7.0.1
83-
psutil==6.1.1
83+
psutil==7.0.0
8484
python-dateutil==2.9.0.post0
8585
python-statsd==2.1.0
8686
orjson==3.10.15

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cffi==1.17.1
1515
chardet==5.2.0
1616
ciso8601
1717
cryptography==43.0.3
18-
decorator==5.1.1
18+
decorator==5.2.1
1919
dnspython
2020
editor==1.6.6
2121
eventlet==0.39.0
@@ -42,7 +42,7 @@ paramiko==3.5.1
4242
passlib==1.7.4
4343
prettytable==3.10.2
4444
prompt-toolkit==3.0.50
45-
psutil==6.1.1
45+
psutil==7.0.0
4646
pyOpenSSL
4747
pygments==2.19.1
4848
pyinotify==0.9.6 ; platform_system=="Linux"

st2common/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cffi==1.17.1
1212
chardet==5.2.0
1313
ciso8601
1414
cryptography==43.0.3
15-
decorator==5.1.1
15+
decorator==5.2.1
1616
dnspython
1717
eventlet==0.39.0
1818
flex==6.14.1

st2tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# update the component requirements.txt
88
RandomWords
99
mock==5.1.0
10-
psutil==6.1.1
10+
psutil==7.0.0
1111
pyrabbit
1212
pytest==7.0.1
1313
webtest==3.0.1

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pyyaml==6.0.2
2828
pygments==2.19.1
2929
RandomWords
3030
gunicorn==23.0.0
31-
psutil==6.1.1
31+
psutil==7.0.0
3232
webtest==3.0.1
3333
# Bump to latest to meet sphinx requirements.
3434
rstcheck==6.2.1

0 commit comments

Comments
 (0)