Skip to content

Commit 25343b4

Browse files
committed
requirements: drop deprecated version
Problem: typing-extensions v4.10.0 is deprecated. Drop it. Peg the version.
1 parent ade1abc commit 25343b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: >-
3939
sudo apt-get update -y &&
4040
sudo apt-get install -y python3-pip &&
41-
sudo pip3 install --upgrade -r ./requirements.txt
41+
sudo pip3 install --ignore-installed --upgrade -r ./requirements.txt
4242
4343
- name: Check Spelling
4444
uses: crate-ci/typos@7ad296c72fa8265059cc03d1eda562fbdfcd6df2 # v1.9.0

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Pygments>=2.4
2+
typing-extensions>=4.12.0
23
sphinx
34
sphinxcontrib-spelling
45
sphinx-rtd-theme>=0.5.2

0 commit comments

Comments
 (0)