-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: prepare next bugfix release v1.2.1 * build: correct `install_requires` to be compatible with AntaREST project * build: new bug fix release v1.2.1 * build: improve and correct GitHub actions (#28) * build: reindent de GitHub workflow configuration files * build: correct the `on.release.published` action to use Python 3.8 and publish on tag creation * build: correct the `on.push.branches` to use single quoted strings * build: prepare next bugfix release v1.2.2 (unreleased)
- Loading branch information
1 parent
2839de7
commit 5896414
Showing
7 changed files
with
62 additions
and
48 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
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
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,10 +1,10 @@ | ||
bcrypt==4.0.1 | ||
cffi==1.15.1 | ||
cryptography==39.0.1 | ||
paramiko==2.12.0 | ||
pycparser==2.21 | ||
PyNaCl==1.5.0 | ||
PyYAML==6.0 | ||
six==1.16.0 | ||
tinydb==4.7.1 | ||
tqdm==4.64.1 | ||
bcrypt~=3.2.2 | ||
cffi~=1.15.1 | ||
cryptography~=39.0.1 | ||
paramiko~=2.12.0 | ||
pycparser~=2.21 | ||
PyNaCl~=1.5.0 | ||
PyYAML~=5.4.1 | ||
six~=1.16.0 | ||
tinydb~=4.7.1 | ||
tqdm~=4.64.1 |
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