Skip to content

Commit 32444ab

Browse files
committed
fix: fix lint
1 parent 56ea22f commit 32444ab

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.readthedocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
python:
9+
install:
10+
- requirements: docs/requirements.txt
11+
12+
sphinx:
13+
configuration: docs/source/conf.py

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
myst-parser

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hypothesis = "^6.100"
2020
pytest-cov = "^4.1"
2121
pytest-benchmark = "^4.0"
2222
pytest-xdist = "^3.3"
23-
black = "^23.0"
23+
black = "^24.3"
2424
isort = "^5.12"
2525
mypy = "^1.5"
2626
flake8 = "^6.0"
@@ -31,7 +31,7 @@ requests = "^2.32.4"
3131
urllib3 = "^2.5.0"
3232
idna = "^3.7"
3333
certifi = "^2024.7.4"
34-
cryptography = "^42.0.5"
34+
cryptography = "^44.0.1"
3535
configobj = "^5.0.9"
3636
pyjwt = "^2.10.1"
3737
jinja2 = "^3.1.6"

0 commit comments

Comments
 (0)