Skip to content

Commit fda6fae

Browse files
authored
Merge branch 'main' into ha_k8s
2 parents 022eb2d + efe4645 commit fda6fae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/requirements_dev.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
beautifulsoup4==4.12.0
2-
certifi==2023.11.17
2+
certifi==2024.2.2
33
chardet==5.1.0
44
command-not-found==0.3
55
cryptography==42.0.2
@@ -19,15 +19,15 @@ pssh==2.3.1
1919
PyGObject==3.46.0
2020
pymacaroons==0.13.0
2121
PyNaCl==1.5.0
22-
pyOpenSSL==23.3.0
22+
pyOpenSSL==24.0.0
2323
pyparsing==3.1.0
2424
python-apt==2.0.0+ubuntu0.20.4.3
2525
python-dateutil==2.8.2
26-
pytz==2023.3.post1
26+
pytz==2024.1
2727
PyYAML==6.0
2828
requests==2.31.0
2929
requests-unixsocket==0.3.0
30-
scipy==1.11.4
30+
scipy==1.12.0
3131
six==1.16.0
3232
soupsieve==2.5
3333
ssh-import-id==5.11

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
matplotlib==3.8.2
22
numpy==1.26.4
33
pandas==1.3.5
4-
scipy==1.11.4
5-
pytest==7.4.0
4+
scipy==1.12.0
5+
pytest==8.0.1
66
cloudpickle==3.0.0
77
seaborn==0.13.0
88
tqdm==4.66.1

0 commit comments

Comments
 (0)