Skip to content

Commit

Permalink
update(deps): upgrade minimal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Dec 2, 2024
1 parent 6059ba7 commit 72a2de7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
5 changes: 2 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# -----------------------

cachecontrol[filecache] >=0.14,<1
GitPython>=3.1,<3.2
mkdocs>=1.5,<2
GitPython>=3.1.43,<3.2
mkdocs>=1.6.1,<2
requests>=2.31,<3
pytz==2024.* ; python_version < "3.9"
tzdata==2024.* ; python_version >= "3.9" and sys_platform == "win32"
12 changes: 6 additions & 6 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Development
# -----------------------
black
flake8>=6,<8
flake8-bugbear>=23.12
flake8-builtins>=2.1
flake8-eradicate>=1
flake8-isort>=6
pre-commit>=3,<4
flake8>=7.1,<8
flake8-bugbear>=24.10
flake8-builtins>=2.5
flake8-eradicate>=1.5
flake8-isort>=6.1.1
pre-commit>=3.7,<4
12 changes: 6 additions & 6 deletions requirements/documentation.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Documentation
# -----------------------

mkdocs-git-committers-plugin-2>=1.2,<2.5
mkdocs-git-revision-date-localized-plugin>=1,<1.4
mkdocs-material[imaging]>=9.5.1,<10
mkdocs-minify-plugin==0.8.*
mkdocstrings[python]>=0.18,<1
termynal>=0.11.1,<0.13
mkdocs-git-committers-plugin-2>=2.4.1,<2.5
mkdocs-git-revision-date-localized-plugin>=1.3,<1.4
mkdocs-material[imaging]>=9.5.47,<10
mkdocs-minify-plugin>=0.8,<0.9
mkdocstrings[python]>=0.27,<1
termynal>=0.12.2,<0.13
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

feedparser>=6.0.11,<6.1
jsonfeed-util>=1.1.2,<2
mkdocs-material[imaging]>=9
pytest-cov>=4,<6.1
mkdocs-material[imaging]>=9.5.47
pytest-cov>=6,<7
validator-collection>=1.5,<1.6

0 comments on commit 72a2de7

Please sign in to comment.