Skip to content

Commit d722f6f

Browse files
committed
Merge branch 'feature/dep-group-dev-doc' into feature/buff-worms
Closes #376
2 parents e51d9ad + 48ff1a0 commit d722f6f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

dev-requirements.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
# aiohttpretty disabled due to no usage in MFR, re-enable when needed
44
# git+https://github.com/centerforopenscience/[email protected]#egg=aiohttpretty
55

6-
beautifulsoup4
7-
colorlog==2.5.0
8-
coveralls
9-
flake8==3.0.4
10-
ipdb
11-
mccabe
6+
beautifulsoup4==4.13.3
7+
colorlog==6.9.0
8+
coveralls==3.3.1
9+
flake8==7.1.2
10+
ipdb==0.13.13
11+
mccabe==0.7.0
1212
pydevd==3.3.0
13-
pyflakes
14-
pytest==2.8.2
15-
pytest-cov==2.2.0
16-
pyzmq==26.1.0
13+
pyflakes==3.2.0
14+
pytest==8.1.1
15+
pytest-cov==4.1.0
16+
pyzmq==26.2.1

doc-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx-rtd-theme
2-
sphinx
3-
sphinx-autobuild
1+
sphinx-rtd-theme==3.0.2
2+
sphinx==8.2.3
3+
sphinx-autobuild==2024.10.3

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pillow==11.0.0
2727
psd-tools==1.4
2828

2929
# IPython
30-
ipython==5.2.2
30+
ipython==7.31.1
3131
nbconvert==4.2.0
3232
nbformat==4.1.0
3333
traitlets==4.2.2

0 commit comments

Comments
 (0)