Skip to content

Commit c44f712

Browse files
authored
[FSSDK-9100]: Updating old dependencies. (#427)
* Updating dependencies.
1 parent 7e15874 commit c44f712

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ jobs:
9797
pip install -r requirements/typing.txt
9898
- name: Type check with mypy
9999
run: |
100-
mypy .
100+
mypy . --exclude "tests/testapp"
101101
mypy . --exclude "tests/" --strict

requirements/docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx==2.4.4
2-
sphinx-rtd-theme==0.4.3
3-
m2r==0.2.1
1+
sphinx==4.4.0
2+
sphinx-rtd-theme==1.2.2
3+
m2r==0.3.1

requirements/typing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==0.982
1+
mypy
22
types-jsonschema
33
types-requests
44
types-Flask

0 commit comments

Comments
 (0)