forked from fsociety-team/fsociety
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes fsociety-team#220 closes fsociety-team#192 closes fsociety-team#203 closes fsociety-team#225 closes fsociety-team#228 closes fsociety-team#230 closes fsociety-team#234
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
black==23.11.0 | ||
flake8==6.1.0 | ||
black==24.4.2 | ||
flake8==7.1.0 | ||
flake8-black==0.3.6 | ||
flake8-comprehensions==3.14.0 | ||
flake8-simplify==0.20.0 | ||
isort==5.12.0 | ||
mypy==1.5.1 | ||
pre-commit==3.5.0 | ||
flake8-simplify==0.21.0 | ||
isort==5.13.2 | ||
mypy==1.8.0 | ||
pre-commit==3.6.0 | ||
twine==4.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
distro>=1.7.0 | ||
GitPython>=3.1.3 | ||
requests>=2.23.0 | ||
requests>=2.32.0 | ||
rich>=9.2.0 |