File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ lockfile==0.12.2
28
28
mongoengine==0.29.1
29
29
networkx==3.1
30
30
# jsonpath-rw is the only thing that depends on decorator (a transitive dep)
31
- decorator==5.1 .1
31
+ decorator==5.2 .1
32
32
# 202403: Bump oslo.config for py3.10 support.
33
33
oslo.config==9.6.0
34
34
oslo.utils==7.3.0
@@ -80,7 +80,7 @@ bcrypt==4.2.1
80
80
jinja2==3.1.5
81
81
mock==5.1.0
82
82
pytest==7.0.1
83
- psutil==6.1.1
83
+ psutil==7.0.0
84
84
python-dateutil==2.9.0.post0
85
85
python-statsd==2.1.0
86
86
orjson==3.10.15
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cffi==1.17.1
15
15
chardet == 5.2.0
16
16
ciso8601
17
17
cryptography == 43.0.3
18
- decorator == 5.1 .1
18
+ decorator == 5.2 .1
19
19
dnspython
20
20
editor == 1.6.6
21
21
eventlet == 0.39.0
@@ -42,7 +42,7 @@ paramiko==3.5.1
42
42
passlib == 1.7.4
43
43
prettytable == 3.10.2
44
44
prompt-toolkit == 3.0.50
45
- psutil == 6.1.1
45
+ psutil == 7.0.0
46
46
pyOpenSSL
47
47
pygments == 2.19.1
48
48
pyinotify == 0.9.6 ; platform_system == "Linux"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cffi==1.17.1
12
12
chardet == 5.2.0
13
13
ciso8601
14
14
cryptography == 43.0.3
15
- decorator == 5.1 .1
15
+ decorator == 5.2 .1
16
16
dnspython
17
17
eventlet == 0.39.0
18
18
flex == 6.14.1
Original file line number Diff line number Diff line change 7
7
# update the component requirements.txt
8
8
RandomWords
9
9
mock == 5.1.0
10
- psutil == 6.1.1
10
+ psutil == 7.0.0
11
11
pyrabbit
12
12
pytest == 7.0.1
13
13
webtest == 3.0.1
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pyyaml==6.0.2
28
28
pygments==2.19.1
29
29
RandomWords
30
30
gunicorn==23.0.0
31
- psutil==6.1.1
31
+ psutil==7.0.0
32
32
webtest==3.0.1
33
33
# Bump to latest to meet sphinx requirements.
34
34
rstcheck==6.2.1
You can’t perform that action at this time.
0 commit comments