Skip to content

Commit

Permalink
bump setuptools to satisfy dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Jul 15, 2024
1 parent 4abe42a commit 8106c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
dependencies = [
"click",
"setuptools<68",
"setuptools<71",
"oauthlib<3.3",
"requests-oauthlib<1.3.2",
"python-dotenv<1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click
setuptools<68
setuptools<71
oauthlib<3.3
requests-oauthlib<1.3.2
python-dotenv<1.1.0
Expand Down

0 comments on commit 8106c00

Please sign in to comment.