Skip to content

Commit ee66443

Browse files
build(deps): update bugfixes
1 parent f65ecc0 commit ee66443

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: fix-byte-order-marker
1414
- id: mixed-line-ending
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.9.0"
16+
rev: "v0.9.1"
1717
hooks:
1818
# Run the linter
1919
- id: ruff

requirements-dev.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
annotated-types==0.7.0
2-
astroid==3.3.6
2+
astroid==3.3.8
33
attrs==24.3.0
44
backports-tarfile==1.2.0
55
boolean-py==4.0
66
certifi==2024.8.30
77
cffi==1.17.1
88
chardet==5.2.0
9-
charset-normalizer==3.4.0
10-
coverage==7.6.9
9+
charset-normalizer==3.4.1
10+
coverage==7.6.10
1111
craft-application==4.7.0
1212
craft-archives==2.0.2
1313
craft-cli==2.13.0
@@ -57,16 +57,16 @@ pydantic==2.9.2
5757
pydantic-core==2.23.4
5858
pyfakefs==5.7.3
5959
pygit2==1.14.1
60-
pylint==3.3.2
60+
pylint==3.3.3
6161
pymacaroons==0.13.0
6262
pynacl==1.5.0
63-
pyparsing==3.2.0
63+
pyparsing==3.2.1
6464
pyrfc3339==1.1
6565
pytest==8.3.4
6666
pytest-check==2.4.1
6767
pytest-cov==6.0.0
6868
pytest-mock==3.14.0
69-
pytest-subprocess==1.5.2
69+
pytest-subprocess==1.5.3
7070
python-dateutil==2.9.0.post0
7171
python-debian==0.1.49
7272
pytz==2024.2
@@ -76,7 +76,7 @@ referencing==0.35.1
7676
requests==2.32.3
7777
requests-toolbelt==1.0.0
7878
requests-unixsocket2==0.4.2
79-
responses==0.25.3
79+
responses==0.25.5
8080
rpds-py==0.21.0
8181
secretstorage==3.3.3
8282
setuptools==75.6.0

0 commit comments

Comments
 (0)