Skip to content

Commit

Permalink
[FSSDK-9100]: Updating old dependencies. (#427)
Browse files Browse the repository at this point in the history
* Updating dependencies.
  • Loading branch information
yasirfolio3 authored Jun 28, 2023
1 parent 7e15874 commit c44f712
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ jobs:
pip install -r requirements/typing.txt
- name: Type check with mypy
run: |
mypy .
mypy . --exclude "tests/testapp"
mypy . --exclude "tests/" --strict
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==2.4.4
sphinx-rtd-theme==0.4.3
m2r==0.2.1
sphinx==4.4.0
sphinx-rtd-theme==1.2.2
m2r==0.3.1
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy==0.982
mypy
types-jsonschema
types-requests
types-Flask

0 comments on commit c44f712

Please sign in to comment.