Skip to content

Commit 6076221

Browse files
authored
Merge branch 'main' into separate-clients
2 parents 62d2775 + 4ff6e92 commit 6076221

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 6.0.1
17+
rev: 6.1.0
1818
hooks:
1919
- id: isort
2020
args: ["--profile", "black"]
2121
- repo: https://github.com/psf/black
22-
rev: 25.1.0
22+
rev: 25.9.0
2323
hooks:
2424
- id: black
2525
language_version: python3
@@ -34,7 +34,7 @@ repos:
3434
- id: flake8
3535
additional_dependencies: [Flake8-pyproject]
3636
- repo: https://github.com/python-poetry/poetry
37-
rev: 2.2.0
37+
rev: 2.2.1
3838
hooks:
3939
- id: poetry-export
4040
files: pyproject.toml

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ charset-normalizer==3.4.3; python_full_version >= "3.8.1" and python_version < "
152152
--hash=sha256:fb7f67a1bfa6e40b438170ebdc8158b78dc465a5a67b6dde178a46987b244a72 \
153153
--hash=sha256:fd10de089bcdcd1be95a2f73dbe6254798ec1bda9f450d5828c96f93e2536b9c \
154154
--hash=sha256:fdabf8315679312cfa71302f9bd509ded4f2f263fb5b765cf1433b39106c3cc9
155-
click==8.2.1; python_full_version >= "3.8.1" and python_version < "4.0" \
155+
click==8.3.0; python_full_version >= "3.8.1" and python_version < "4.0" \
156156
--hash=sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202 \
157157
--hash=sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b
158158
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_system == "Windows" \
@@ -220,7 +220,7 @@ Jinja2==3.1.6; python_full_version >= "3.8.1" and python_version < "4.0" \
220220
liccheck==0.9.2 ; python_full_version >= "3.8.1" and python_version < "4.0" \
221221
--hash=sha256:15cbedd042515945fe9d58b62e0a5af2f2a7795def216f163bb35b3016a16637 \
222222
--hash=sha256:bdc2190f8e95af3c8f9c19edb784ba7d41ecb2bf9189422eae6112bf84c08cd5
223-
MarkupSafe==3.0.2; python_full_version >= "3.8.1" and python_version < "4.0" \
223+
MarkupSafe==3.0.3; python_full_version >= "3.8.1" and python_version < "4.0" \
224224
--hash=sha256:0bff5e0ae4ef2e1ae4fdf2dfd5b76c75e5c2fa4132d05fc1b0dabcd20c7e28c4 \
225225
--hash=sha256:0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30 \
226226
--hash=sha256:1225beacc926f536dc82e45f8a4d68502949dc67eea90eab715dea3a21c1b5f0 \

0 commit comments

Comments
 (0)