diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2024-05-09 17:19:43 +0200 |
|---|---|---|
| committer | Carlo Sala <carlosalag@protonmail.com> | 2024-05-12 12:26:30 +0200 |
| commit | 83110e8ce16cd3c6bd85e7f96a920d114f598df1 (patch) | |
| tree | be664e17aea43da0f7b0b2b25e7086bdd67e9af3 /.github/workflows/dependencies | |
| parent | d91f4e83efc5759a3347a2e1ae919ce0a6dda07f (diff) | |
| download | zsh-83110e8ce16cd3c6bd85e7f96a920d114f598df1.tar.gz zsh-83110e8ce16cd3c6bd85e7f96a920d114f598df1.tar.bz2 zsh-83110e8ce16cd3c6bd85e7f96a920d114f598df1.zip | |
chore(dependencies): update requirements.txt
Diffstat (limited to '.github/workflows/dependencies')
| -rw-r--r-- | .github/workflows/dependencies/requirements.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/dependencies/requirements.txt b/.github/workflows/dependencies/requirements.txt index 3c4c149ea..0ef3e54ca 100644 --- a/.github/workflows/dependencies/requirements.txt +++ b/.github/workflows/dependencies/requirements.txt @@ -1,2 +1,6 @@ -PyYAML~=6.0.1 -requests~=2.31.0 +certifi==2024.2.2 +charset-normalizer==3.3.2 +idna==3.7 +PyYAML==6.0.1 +requests==2.31.0 +urllib3==2.2.1 |
