Skip to content

Commit

Permalink
upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Dec 6, 2024
1 parent 6d819f0 commit 2f290fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
-r requirements-cli.txt
bump2version==1.0.1
jsonpickle==4.0.0
coverage==7.6.4
coverage==7.6.9
ipdb==0.13.13
numpy==2.1.3
pytest==8.3.3
pytest==8.3.4
pytest-cov==6.0.0
python-dotenv==1.0.1
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
sphinx-sitemap==2.6.0
sphinxemoji==0.3.1
flake8==7.1.1
python-dateutil==2.9.0.post0
orjson==3.10.12
wheel==0.45.0
tomli==2.1.0
wheel==0.45.1
tomli==2.2.1
tomli-w==1.1.0
pydantic==2.9.2
pydantic==2.10.3
pytest-benchmark==5.1.0
pandas==2.2.3
polars==1.13.1
polars==1.16.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
orderly-set>=5.2.3,<6
orderly-set>=5.2.3,<6

0 comments on commit 2f290fe

Please sign in to comment.