diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2024-05-09 19:20:11 +0200 |
|---|---|---|
| committer | Carlo Sala <carlosalag@protonmail.com> | 2024-05-12 12:26:30 +0200 |
| commit | 423b9a8ded10b0d4a81d6134c4045d0b7e077eb5 (patch) | |
| tree | 9f7b89e1af6529df23c2f0996c56bfaeef66f74a /.github/workflows/dependencies/requirements.txt | |
| parent | a258eb4547e610899162526f754ce1bf88027112 (diff) | |
| download | zsh-423b9a8ded10b0d4a81d6134c4045d0b7e077eb5.tar.gz zsh-423b9a8ded10b0d4a81d6134c4045d0b7e077eb5.tar.bz2 zsh-423b9a8ded10b0d4a81d6134c4045d0b7e077eb5.zip | |
feat(dependencies): add support for semver tags
Diffstat (limited to '.github/workflows/dependencies/requirements.txt')
| -rw-r--r-- | .github/workflows/dependencies/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dependencies/requirements.txt b/.github/workflows/dependencies/requirements.txt index 0ef3e54ca..7e840a74c 100644 --- a/.github/workflows/dependencies/requirements.txt +++ b/.github/workflows/dependencies/requirements.txt @@ -3,4 +3,5 @@ charset-normalizer==3.3.2 idna==3.7 PyYAML==6.0.1 requests==2.31.0 +semver==3.0.2 urllib3==2.2.1 |
