Skip to content

Commit 6576ce8

Browse files
fix(deps): update all non-major dependencies
1 parent 6a01814 commit 6576ce8

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

.github/workflows/release_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: "3.11"
24+
python-version: "3.13"
2525

2626
- name: Install dependencies
2727
run: |

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ test = ["coveralls", "pytest"]
2020
docs = [
2121
"Sphinx==8.2.3",
2222
"asteroid-sphinx-theme==0.0.3",
23-
"ipython==9.1.0",
24-
"sphinx-autodoc-typehints==3.1.0",
23+
"ipython==9.2.0",
24+
"sphinx-autodoc-typehints==3.2.0",
2525
"sphinx_rtd_theme==3.0.2",
2626
]
2727
# lint dependencies from github super-linter v5
2828
# See https://github.com/super-linter/super-linter/tree/main/dependencies/python
2929
lint = [
30-
"ansible-lint==25.1.3",
30+
"ansible-lint==25.4.0",
3131
"black==25.1.0",
32-
"cfn-lint==1.25.1",
33-
"cpplint==2.0.0",
34-
"flake8==7.1.2",
35-
"isort==6.0.0",
32+
"cfn-lint==1.34.2",
33+
"cpplint==2.0.2",
34+
"flake8==7.2.0",
35+
"isort==6.0.1",
3636
"mypy==1.15.0",
37-
"sqlfluff==3.3.1",
38-
"yamllint==1.35.1",
37+
"sqlfluff==3.4.0",
38+
"yamllint==1.37.0",
3939
"yq==3.4.3",
4040
]
4141

requirements.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ annotated-types==0.7.0
66
# via pydantic
77
ansible-compat==25.1.5
88
# via ansible-lint
9-
ansible-core==2.18.4
9+
ansible-core==2.18.5
1010
# via
1111
# ansible-compat
1212
# ansible-lint
13-
ansible-lint==25.1.3
13+
ansible-lint==25.4.0
1414
# via py-cptcore (pyproject.toml)
1515
argcomplete==3.6.2
1616
# via yq
@@ -30,25 +30,25 @@ black==25.1.0
3030
# via
3131
# py-cptcore (pyproject.toml)
3232
# ansible-lint
33-
boto3==1.37.34
33+
boto3==1.38.7
3434
# via aws-sam-translator
35-
botocore==1.37.34
35+
botocore==1.38.7
3636
# via
3737
# boto3
3838
# s3transfer
3939
bracex==2.5.post1
4040
# via wcmatch
41-
certifi==2025.1.31
41+
certifi==2025.4.26
4242
# via requests
4343
cffi==1.17.1
4444
# via cryptography
45-
cfn-lint==1.25.1
45+
cfn-lint==1.34.2
4646
# via py-cptcore (pyproject.toml)
4747
chardet==5.2.0
4848
# via
4949
# diff-cover
5050
# sqlfluff
51-
charset-normalizer==3.4.1
51+
charset-normalizer==3.4.2
5252
# via requests
5353
click==8.1.8
5454
# via
@@ -62,7 +62,7 @@ coverage==7.8.0
6262
# via coveralls
6363
coveralls==4.0.1
6464
# via py-cptcore (pyproject.toml)
65-
cpplint==2.0.0
65+
cpplint==2.0.2
6666
# via py-cptcore (pyproject.toml)
6767
cryptography==44.0.2
6868
# via ansible-core
@@ -82,23 +82,23 @@ executing==2.2.0
8282
# via stack-data
8383
filelock==3.18.0
8484
# via ansible-lint
85-
flake8==7.1.2
85+
flake8==7.2.0
8686
# via py-cptcore (pyproject.toml)
8787
fonttools==4.57.0
8888
# via matplotlib
8989
idna==3.10
9090
# via requests
9191
imagesize==1.4.1
9292
# via sphinx
93-
importlib-metadata==8.6.1
93+
importlib-metadata==8.7.0
9494
# via ansible-lint
9595
iniconfig==2.1.0
9696
# via pytest
97-
ipython==9.1.0
97+
ipython==9.2.0
9898
# via py-cptcore (pyproject.toml)
9999
ipython-pygments-lexers==1.1.1
100100
# via ipython
101-
isort==6.0.0
101+
isort==6.0.1
102102
# via py-cptcore (pyproject.toml)
103103
jedi==0.19.2
104104
# via ipython
@@ -137,13 +137,13 @@ mpmath==1.3.0
137137
# via sympy
138138
mypy==1.15.0
139139
# via py-cptcore (pyproject.toml)
140-
mypy-extensions==1.0.0
140+
mypy-extensions==1.1.0
141141
# via
142142
# black
143143
# mypy
144144
networkx==3.4.2
145145
# via cfn-lint
146-
numpy==2.2.4
146+
numpy==2.2.5
147147
# via
148148
# contourpy
149149
# matplotlib
@@ -185,15 +185,15 @@ ptyprocess==0.7.0
185185
# via pexpect
186186
pure-eval==0.2.3
187187
# via stack-data
188-
pycodestyle==2.12.1
188+
pycodestyle==2.13.0
189189
# via flake8
190190
pycparser==2.22
191191
# via cffi
192-
pydantic==2.11.3
192+
pydantic==2.11.4
193193
# via aws-sam-translator
194-
pydantic-core==2.33.1
194+
pydantic-core==2.34.1
195195
# via pydantic
196-
pyflakes==3.2.0
196+
pyflakes==3.3.2
197197
# via flake8
198198
pygments==2.19.1
199199
# via
@@ -237,7 +237,7 @@ requests==2.32.3
237237
# py-cptcore (pyproject.toml)
238238
# coveralls
239239
# sphinx
240-
resolvelib==1.0.1
240+
resolvelib==1.1.0
241241
# via ansible-core
242242
roman-numerals-py==3.1.0
243243
# via sphinx
@@ -249,7 +249,7 @@ ruamel-yaml==0.18.10
249249
# via ansible-lint
250250
ruamel-yaml-clib==0.2.12
251251
# via ruamel-yaml
252-
s3transfer==0.11.4
252+
s3transfer==0.12.0
253253
# via boto3
254254
six==1.17.0
255255
# via python-dateutil
@@ -262,7 +262,7 @@ sphinx==8.2.3
262262
# sphinx-autodoc-typehints
263263
# sphinx-rtd-theme
264264
# sphinxcontrib-jquery
265-
sphinx-autodoc-typehints==3.1.0
265+
sphinx-autodoc-typehints==3.2.0
266266
# via py-cptcore (pyproject.toml)
267267
sphinx-rtd-theme==3.0.2
268268
# via py-cptcore (pyproject.toml)
@@ -280,15 +280,15 @@ sphinxcontrib-qthelp==2.0.0
280280
# via sphinx
281281
sphinxcontrib-serializinghtml==2.0.0
282282
# via sphinx
283-
sqlfluff==3.3.1
283+
sqlfluff==3.4.0
284284
# via py-cptcore (pyproject.toml)
285285
stack-data==0.6.3
286286
# via ipython
287287
subprocess-tee==0.4.2
288288
# via
289289
# ansible-compat
290290
# ansible-lint
291-
sympy==1.13.3
291+
sympy==1.14.0
292292
# via cfn-lint
293293
tblib==3.1.0
294294
# via sqlfluff
@@ -326,7 +326,7 @@ wcwidth==0.2.13
326326
# via prompt-toolkit
327327
xmltodict==0.14.2
328328
# via yq
329-
yamllint==1.35.1
329+
yamllint==1.37.0
330330
# via
331331
# py-cptcore (pyproject.toml)
332332
# ansible-lint

0 commit comments

Comments
 (0)