Skip to content

Commit

Permalink
updating reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Apr 5, 2024
1 parent 19793f0 commit d5f23e9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements-cli.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
click==8.1.3
click==8.1.7
pyyaml==6.0.1
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
-r requirements.txt
-r requirements-cli.txt
bump2version==1.0.1
jsonpickle==3.0.2
coverage==6.5.0
jsonpickle==3.0.3
coverage==7.4.4
ipdb==0.13.13
numpy>=1.24.4,<2.0.0
pytest==7.4.2
pytest-cov==4.1.0
python-dotenv==0.21.0
watchdog==2.2.0
pytest==8.1.1
pytest-cov==5.0.0
python-dotenv==1.0.1
watchdog>=2.2.0
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
sphinx-sitemap==2.5.1
sphinxemoji==0.2.0
flake8==6.1.0
python-dateutil==2.8.2
orjson==3.9.15
wheel==0.41.2
sphinxemoji>=0.2.0
flake8==7.0.0
python-dateutil==2.9.0.post0
orjson==3.10.0
wheel==0.43.0
tomli==2.0.1
tomli-w==1.0.0
pydantic==2.4.2
pydantic==2.6.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ordered-set>=4.0.2,<4.2.0
ordered-set>=4.1.0,<4.2.0

0 comments on commit d5f23e9

Please sign in to comment.