Skip to content

Commit bf2cb78

Browse files
committed
python and package upgrades
1 parent 773d93d commit bf2cb78

File tree

3 files changed

+36
-50
lines changed

3 files changed

+36
-50
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7
1+
3.13.9

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "ValidatesAWS EventBridge cron expressions, which are similar to, but not compatible with Unix style cron expressions"
1212
readme = "README.md"
13-
requires-python = ">=3.7"
13+
requires-python = ">=3.13"
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable", # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
1616
"Programming Language :: Python :: 3",

requirements_dev.txt

Lines changed: 34 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,65 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.13
3+
# by the following command:
44
#
55
# pip-compile requirements_dev.in
66
#
7-
astroid==2.12.9
7+
astroid==4.0.2
88
# via pylint
9-
attrs==22.1.0
10-
# via pytest
11-
black==22.8.0
9+
black==25.11.0
1210
# via -r requirements_dev.in
13-
build==0.8.0
11+
build==1.3.0
1412
# via -r requirements_dev.in
15-
click==8.1.3
13+
click==8.3.1
1614
# via black
17-
coverage[toml]==6.4.4
15+
coverage[toml]==7.12.0
1816
# via pytest-cov
19-
dill==0.3.5.1
17+
dill==0.4.0
2018
# via pylint
21-
exceptiongroup==1.1.0
22-
# via pytest
23-
iniconfig==1.1.1
19+
iniconfig==2.3.0
2420
# via pytest
25-
isort==5.10.1
21+
isort==7.0.0
2622
# via pylint
27-
lazy-object-proxy==1.7.1
28-
# via astroid
2923
mccabe==0.7.0
3024
# via pylint
31-
mypy==0.971
25+
mypy==1.18.2
3226
# via -r requirements_dev.in
33-
mypy-extensions==0.4.3
27+
mypy-extensions==1.1.0
3428
# via
3529
# black
3630
# mypy
37-
packaging==21.3
31+
packaging==25.0
3832
# via
33+
# black
3934
# build
4035
# pytest
41-
pathspec==0.10.1
42-
# via black
43-
pep517==0.13.0
44-
# via build
45-
platformdirs==2.5.2
36+
pathspec==0.12.1
37+
# via
38+
# black
39+
# mypy
40+
platformdirs==4.5.0
4641
# via
4742
# black
4843
# pylint
49-
pluggy==1.0.0
44+
pluggy==1.6.0
45+
# via
46+
# pytest
47+
# pytest-cov
48+
pygments==2.19.2
5049
# via pytest
51-
pylint==2.15.2
50+
pylint==4.0.3
5251
# via -r requirements_dev.in
53-
pyparsing==3.0.9
54-
# via packaging
55-
pytest==7.2.2
52+
pyproject-hooks==1.2.0
53+
# via build
54+
pytest==9.0.1
5655
# via
5756
# -r requirements_dev.in
5857
# pytest-cov
59-
pytest-cov==3.0.0
58+
pytest-cov==7.0.0
6059
# via -r requirements_dev.in
61-
tomli==2.0.1
62-
# via
63-
# black
64-
# build
65-
# coverage
66-
# mypy
67-
# pep517
68-
# pylint
69-
# pytest
70-
tomlkit==0.11.4
60+
pytokens==0.3.0
61+
# via black
62+
tomlkit==0.13.3
7163
# via pylint
72-
typing-extensions==4.3.0
73-
# via
74-
# astroid
75-
# black
76-
# mypy
77-
# pylint
78-
wrapt==1.14.1
79-
# via astroid
64+
typing-extensions==4.15.0
65+
# via mypy

0 commit comments

Comments
 (0)