Skip to content

Commit

Permalink
Updated development dependencies to address CVE-2024-6345
Browse files Browse the repository at this point in the history
  • Loading branch information
vyrjana committed Jul 16, 2024
1 parent dc8d911 commit d74ca17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build~=1.1
flake8~=6.0
setuptools~=69.2
setuptools~=70.0
sphinx~=7.2
sphinx-rtd-theme~=2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
dev_dependencies = [
"build~=1.1",
"flake8~=6.0",
"setuptools~=69.2",
"setuptools~=70.0",
"sphinx~=7.2",
"sphinx-rtd-theme~=2.0",
]
Expand Down

0 comments on commit d74ca17

Please sign in to comment.