Skip to content

Commit 9b9ab8f

Browse files
author
Andrei
authored
Merge pull request #91 from AndreiDrang/main
Upd libs and docs
2 parents fcac56d + 3b9ce43 commit 9b9ab8f

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
27+
python-version: ["3.12"]
2828

2929
steps:
3030
- uses: actions/checkout@v4

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
sphinx==7.2.6
2-
pallets_sphinx_themes==2.1.1
3-
myst-parser==2.0.0
4-
autodoc_pydantic==2.1.0
5-
pydantic==2.7.0
1+
sphinx==7.3.7
2+
pallets_sphinx_themes==2.1.3
3+
myst-parser==3.0.1
4+
autodoc_pydantic==2.2.0
5+
pydantic==2.7.1
66
pydantic-settings==2.2.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ classifiers = [
8585
dependencies = [
8686
"requests>=2.21.0",
8787
"aiohttp>=3.9.2",
88-
"pydantic==2.7.0",
88+
"pydantic==2.7.1",
8989
"tenacity==8.*"
9090
]
9191

requirements.style.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# codestyle
22
isort==5.*
3-
black==24.4.0
3+
black==24.4.2
44
autoflake==2.*

0 commit comments

Comments
 (0)