Skip to content

Commit 8cfdf3a

Browse files
committed
Fix Sphinx dep
1 parent 709828f commit 8cfdf3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cleepcli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
VERSION = '1.37.2'
4+
VERSION = '1.37.3'
55

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Click>=8.0,<9.0
22
watchdog>=3.0.0,<4.0.0
3-
Sphinx>=4.2.0,<5.0.0
3+
Sphinx>=5.0.0,<6.0.0
44
sphinx-rtd-theme>=1.0.0
55
CProfileV>=1.0.7
66
# Force version due to pynacl package introduced in 1.55 that makes 15-20 mins to build on raspi

0 commit comments

Comments
 (0)