Skip to content

Commit 1231e61

Browse files
committed
Update dependencies
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent acd8dda commit 1231e61

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ boolean.py==4.0
55
cffi==1.15.0
66
cryptography==37.0.2
77
dataclasses==0.8
8-
docutils==0.18.1
8+
docutils>=0.20,<0.22
99
et-xmlfile==1.1.0
1010
execnet==2.1.1
1111
importlib-resources==5.4.0
@@ -25,7 +25,7 @@ pluggy==1.6.0
2525
py==1.11.0
2626
pycodestyle==2.8.0
2727
pycparser==2.21
28-
pygments==2.13.0
28+
pygments==2.17.0
2929
pytest==8.4.0
3030
pytest-xdist==3.7.0
3131
pytest-forked==1.6.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ beautifulsoup4==4.11.1
33
certifi==2022.6.15
44
charset-normalizer==2.1.0
55
click==8.1.3
6-
colorama==0.4.5
6+
colorama==0.4.6
77
commoncode==30.2.0
88
dparse2==0.7.0
99
fasteners==0.17.3

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ dev =
9191
ruff
9292
pytest-rerunfailures
9393
pytest-asyncio >= 0.21
94-
Sphinx>=6.2.0
95-
sphinx-rtd-theme>=1.0.0
96-
sphinx-reredirects >= 0.1.2
97-
doc8>=0.11.2
98-
sphinx-autobuild
94+
Sphinx>=7.3,<9
95+
sphinx_rtd_theme>=3,<4
96+
sphinx-autobuild>=2024.10.3
97+
sphinx_reredirects
98+
doc8>=1.1.2
9999
sphinx-rtd-dark-mode>=1.3.0
100-
sphinx-copybutton
100+
sphinx-copybutton>=0.5

0 commit comments

Comments
 (0)