Skip to content

Commit

Permalink
Updated remaining development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vyrjana committed Jul 16, 2024
1 parent d74ca17 commit f4cffd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build~=1.1
flake8~=6.0
build~=1.2
flake8~=7.0
setuptools~=70.0
sphinx~=7.2
sphinx-rtd-theme~=2.0
sphinx~=7.3
sphinx-rtd-theme~=2.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
]

dev_dependencies = [
"build~=1.1",
"flake8~=6.0",
"build~=1.2",
"flake8~=7.0",
"setuptools~=70.0",
"sphinx~=7.2",
"sphinx~=7.3",
"sphinx-rtd-theme~=2.0",
]

Expand Down

0 comments on commit f4cffd8

Please sign in to comment.