-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(development): update black version (#12)
* build(development): update black version Signed-off-by: Stanislav Filin <6159524+stasfilin@users.noreply.github.com> * ci: change pythonpackage.yml Signed-off-by: Stanislav Filin <6159524+stasfilin@users.noreply.github.com> * ci: pin version from latest to ubuntu-22.04 Signed-off-by: Stanislav Filin <6159524+stasfilin@users.noreply.github.com> * build: remove 3.7 support Signed-off-by: Stanislav Filin <6159524+stasfilin@users.noreply.github.com> * build: change version to 24.8.0 Signed-off-by: Stanislav Filin <6159524+stasfilin@users.noreply.github.com> * build: add py3.11, py3.12, py.3.13 to build Signed-off-by: Stanislav Filin <6159524+stasfilin@users.noreply.github.com> --------- Signed-off-by: Stanislav Filin <6159524+stasfilin@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
19 additions
and
20 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,4 +1,4 @@ | ||
pytest==7.1.2 | ||
black==19.10b0 | ||
black==24.8.0 | ||
requests-mock==1.8.0 | ||
pytest-mock==3.1.0 |
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 +1 @@ | ||
__version__ = "0.1.4" | ||
__version__ = "0.1.5" |