Skip to content

Commit d5f23e9

Browse files
committed
updating reqs
1 parent 19793f0 commit d5f23e9

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

requirements-cli.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
click==8.1.3
1+
click==8.1.7
22
pyyaml==6.0.1

requirements-dev.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
-r requirements.txt
22
-r requirements-cli.txt
33
bump2version==1.0.1
4-
jsonpickle==3.0.2
5-
coverage==6.5.0
4+
jsonpickle==3.0.3
5+
coverage==7.4.4
66
ipdb==0.13.13
77
numpy>=1.24.4,<2.0.0
8-
pytest==7.4.2
9-
pytest-cov==4.1.0
10-
python-dotenv==0.21.0
11-
watchdog==2.2.0
8+
pytest==8.1.1
9+
pytest-cov==5.0.0
10+
python-dotenv==1.0.1
11+
watchdog>=2.2.0
1212
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore.
1313
sphinx-sitemap==2.5.1
14-
sphinxemoji==0.2.0
15-
flake8==6.1.0
16-
python-dateutil==2.8.2
17-
orjson==3.9.15
18-
wheel==0.41.2
14+
sphinxemoji>=0.2.0
15+
flake8==7.0.0
16+
python-dateutil==2.9.0.post0
17+
orjson==3.10.0
18+
wheel==0.43.0
1919
tomli==2.0.1
2020
tomli-w==1.0.0
21-
pydantic==2.4.2
21+
pydantic==2.6.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ordered-set>=4.0.2,<4.2.0
1+
ordered-set>=4.1.0,<4.2.0

0 commit comments

Comments
 (0)