File tree Expand file tree Collapse file tree 3 files changed +28
-30
lines changed Expand file tree Collapse file tree 3 files changed +28
-30
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 1- certifi == 2024.7.4
2- charset-normalizer == 3.3 .2
1+ certifi == 2025.6.15
2+ charset-normalizer == 3.4 .2
33cloudscale-sdk == 0.7.0
4- contourpy == 1.2.1
4+ contourpy == 1.3.2
55cs == 3.3.1
66cycler == 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
1010hcloud == 2.5.3
1111httmock == 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
2121prometheus-api-client == 0.6.0
2222prometheus-client == 0.22.1
2323pydantic == 1.10.22
2424pydantic-yaml == 0.11.2
25- pyparsing == 3.1.2
25+ pyparsing == 3.2.3
2626python-dateutil == 2.9.0.post0
2727python-digitalocean == 1.17.0
28- python-dotenv == 1.1.0
28+ python-dotenv == 1.1.1
2929python-json-logger == 3.3.0
30- pytz == 2024.1
30+ pytz == 2025.2
3131pyyaml == 6.0.2
32- regex == 2024.5.15
32+ regex == 2024.11.6
3333requests == 2.32.4
3434schedule == 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
4040urllib3 == 2.5.0
41- wrapt == 1.16.0
41+ wrapt == 1.17.2
4242xdg == 6.0.0
43- zipp == 3.19.2
43+ zipp == 3.23.0
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments