Skip to content

Commit 7b39d14

Browse files
authored
update dependencies (#46)
* Update some dependencies * Prepare release
1 parent f27cae4 commit 7b39d14

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dynamic = ["version"]
1111
dependencies = [
1212
"bibtexparser~=1.4.0",
1313
"networkx~=3.0",
14-
"pydantic~=2.10.6",
14+
"pydantic~=2.11.7",
1515
"requests~=2.32.3",
1616
"typer~=0.16.0",
1717
]
@@ -35,10 +35,10 @@ classifiers = [
3535

3636
[dependency-groups]
3737
dev = [
38-
"pytest~=8.3.4",
39-
"pre-commit~=2.20.0",
40-
"ruff~=0.8.2",
41-
"mypy~=1.9.0",
38+
"pytest~=8.4.1",
39+
"pre-commit~=4.3.0",
40+
"ruff~=0.12.11",
41+
"mypy~=1.17.1",
4242
"types-requests>=2.32.0.20241016",
4343
"ipython>=8.18.1",
4444
]

src/bibx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"read_wos",
2929
]
3030

31-
__version__ = "0.7.1"
31+
__version__ = "0.7.2"
3232

3333

3434
def query_openalex(

0 commit comments

Comments
 (0)