Skip to content

Commit 2f290fe

Browse files
committed
upgrading dependencies
1 parent 6d819f0 commit 2f290fe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements-dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
-r requirements-cli.txt
33
bump2version==1.0.1
44
jsonpickle==4.0.0
5-
coverage==7.6.4
5+
coverage==7.6.9
66
ipdb==0.13.13
77
numpy==2.1.3
8-
pytest==8.3.3
8+
pytest==8.3.4
99
pytest-cov==6.0.0
1010
python-dotenv==1.0.1
11-
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
11+
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
1212
sphinx-sitemap==2.6.0
1313
sphinxemoji==0.3.1
1414
flake8==7.1.1
1515
python-dateutil==2.9.0.post0
1616
orjson==3.10.12
17-
wheel==0.45.0
18-
tomli==2.1.0
17+
wheel==0.45.1
18+
tomli==2.2.1
1919
tomli-w==1.1.0
20-
pydantic==2.9.2
20+
pydantic==2.10.3
2121
pytest-benchmark==5.1.0
2222
pandas==2.2.3
23-
polars==1.13.1
23+
polars==1.16.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
orderly-set>=5.2.3,<6
1+
orderly-set>=5.2.3,<6

0 commit comments

Comments
 (0)