Skip to content

Commit

Permalink
Update dev dependencies and dependabot ignore-list
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Dec 2, 2022
1 parent c8a57ad commit cad1fe6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ updates:
- dependency-type: direct
labels: []
ignore:
- dependency-name: docutils # Sphinx requires docutils<019
# Old version required for Python 3.5
- dependency-name: freezegun
- dependency-name: colorama
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@
"mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'",
"mypy==v0.990 ; python_version>='3.7'",
# Docs.
"Sphinx==5.3.0 ; python_version>='3.6'",
"sphinx-autobuild==2021.3.14 ; python_version>='3.6'",
"sphinx-rtd-theme==1.1.1 ; python_version>='3.6'",
"docutils==0.16 ; python_version>='3.6'",
"Sphinx==5.3.0 ; python_version>='3.7'",
"sphinx-autobuild==2021.3.14 ; python_version>='3.7'",
"sphinx-rtd-theme==1.1.1 ; python_version>='3.7'",
]
},
python_requires=">=3.5",
Expand Down

0 comments on commit cad1fe6

Please sign in to comment.