Skip to content

Commit cd6b677

Browse files
authored
add dep updates, py >=3.12 (#191)
1 parent 689fd9d commit cd6b677

File tree

3 files changed

+28
-30
lines changed

3 files changed

+28
-30
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ jobs:
99
max-parallel: 3
1010
matrix:
1111
python-version:
12-
- "3.10"
13-
- "3.11"
1412
- "3.12"
15-
13+
- "3.13"
1614
steps:
1715
- uses: actions/checkout@v4
1816
- name: Set up Python ${{ matrix.python-version }}

requirements.txt

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
certifi==2024.7.4
2-
charset-normalizer==3.3.2
1+
certifi==2025.6.15
2+
charset-normalizer==3.4.2
33
cloudscale-sdk==0.7.0
4-
contourpy==1.2.1
4+
contourpy==1.3.2
55
cs==3.3.1
66
cycler==0.12.1
7-
dateparser==1.2.0
8-
deprecated==1.2.14
9-
fonttools==4.53.0
7+
dateparser==1.2.2
8+
deprecated==1.2.18
9+
fonttools==4.58.4
1010
hcloud==2.5.3
1111
httmock==1.4.0
12-
idna==3.7
13-
importlib-metadata==7.1.0
14-
jsonpickle==3.0.4
15-
kiwisolver==1.4.5
16-
matplotlib==3.9.0
17-
numpy==1.26.4
18-
packaging==24.0
19-
pandas==2.2.2
20-
pillow==10.3.0
12+
idna==3.10
13+
importlib-metadata==8.7.0
14+
jsonpickle==4.1.1
15+
kiwisolver==1.4.8
16+
matplotlib==3.10.3
17+
numpy==2.3.1
18+
packaging==25.0
19+
pandas==2.3.0
20+
pillow==11.2.1
2121
prometheus-api-client==0.6.0
2222
prometheus-client==0.22.1
2323
pydantic==1.10.22
2424
pydantic-yaml==0.11.2
25-
pyparsing==3.1.2
25+
pyparsing==3.2.3
2626
python-dateutil==2.9.0.post0
2727
python-digitalocean==1.17.0
28-
python-dotenv==1.1.0
28+
python-dotenv==1.1.1
2929
python-json-logger==3.3.0
30-
pytz==2024.1
30+
pytz==2025.2
3131
pyyaml==6.0.2
32-
regex==2024.5.15
32+
regex==2024.11.6
3333
requests==2.32.4
3434
schedule==1.2.2
35-
six==1.16.0
36-
types-deprecated==1.2.9.20240311
37-
typing-extensions==4.12.1
38-
tzdata==2024.1
39-
tzlocal==5.2
35+
six==1.17.0
36+
types-deprecated==1.2.15.20250304
37+
typing-extensions==4.14.0
38+
tzdata==2025.2
39+
tzlocal==5.3.1
4040
urllib3==2.5.0
41-
wrapt==1.16.0
41+
wrapt==1.17.2
4242
xdg==6.0.0
43-
zipp==3.19.2
43+
zipp==3.23.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
install_requires=install_requires,
4242
tests_require=tests_require,
43-
python_requires=">=3.10",
43+
python_requires=">=3.12",
4444
entry_points={
4545
"console_scripts": [
4646
"scalr-ngine = scalr.app:main",

0 commit comments

Comments
 (0)