diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-23 14:16:16 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-23 14:16:16 +0200 |
commit | 4c68c4a6053c752543ae0c8ba4681c6b027da0ae (patch) | |
tree | 42e2181f802da54212dd6d463dd9f644136c8734 | |
parent | docker: bump base images (diff) | |
download | cgitize-4c68c4a6053c752543ae0c8ba4681c6b027da0ae.tar.gz cgitize-4c68c4a6053c752543ae0c8ba4681c6b027da0ae.zip |
requirements.txt: bump dependencies
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7913d0b..b9b0dd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ PyGithub==1.58.2 PyJWT==2.7.0 PyNaCl==1.5.0 python-gitlab==2.10.1 -requests==2.30.0 +requests==2.31.0 requests-oauthlib==1.3.1 requests-toolbelt==1.0.0 six==1.16.0 |