Skip to content

Commit fbbfa2c

Browse files
Bump dependencies from commit 17b364 (#3031)
* Dependency updates * Use cffi 1.17.0rc1 for python 3.13 support --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CoolCat467 <[email protected]>
1 parent 17b3644 commit fbbfa2c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.5.0
26+
rev: v0.5.1
2727
hooks:
2828
- id: ruff
2929
types: [file]

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ babel==2.15.0
1414
# via sphinx
1515
beautifulsoup4==4.12.3
1616
# via sphinx-codeautolink
17-
certifi==2024.6.2
17+
certifi==2024.7.4
1818
# via requests
1919
cffi==1.16.0
2020
# via cryptography

test-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ black==24.4.2 ; implementation_name == "cpython"
2222
# via -r test-requirements.in
2323
build==1.2.1
2424
# via pip-tools
25-
certifi==2024.6.2
25+
certifi==2024.7.4
2626
# via requests
2727
cffi==1.17.0rc1
2828
# via cryptography
@@ -114,15 +114,15 @@ pyproject-hooks==1.1.0
114114
# via
115115
# build
116116
# pip-tools
117-
pyright==1.1.369
117+
pyright==1.1.370
118118
# via -r test-requirements.in
119119
pytest==8.2.2
120120
# via -r test-requirements.in
121121
pytz==2024.1
122122
# via babel
123123
requests==2.32.3
124124
# via sphinx
125-
ruff==0.5.0
125+
ruff==0.5.1
126126
# via -r test-requirements.in
127127
sniffio==1.3.1
128128
# via -r test-requirements.in
@@ -160,11 +160,11 @@ types-cffi==1.16.0.20240331 ; implementation_name == "cpython"
160160
# via
161161
# -r test-requirements.in
162162
# types-pyopenssl
163-
types-docutils==0.21.0.20240423
163+
types-docutils==0.21.0.20240704
164164
# via -r test-requirements.in
165165
types-pyopenssl==24.1.0.20240425 ; implementation_name == "cpython"
166166
# via -r test-requirements.in
167-
types-setuptools==70.1.0.20240627
167+
types-setuptools==70.2.0.20240704
168168
# via types-cffi
169169
typing-extensions==4.12.2
170170
# via

0 commit comments

Comments
 (0)