Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 9de63f0 commit ee0289e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==24.0
setuptools==69.2.0
setuptools==70.0.0
pytest==8.1.0
dotsetup~=0.0.2
packaging~=23.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
python_requires='>=3.8',
install_requires=[
'setuptools==69.2.0',
'setuptools==70.0.0',
'pytest==8.1.0',
'dotsetup==0.0.2',
'packaging==23.2',
Expand Down

0 comments on commit ee0289e

Please sign in to comment.