diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-10-02 23:55:25 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-10-02 23:55:25 +0200 |
commit | 6d9ba14e23ac758f0f0e36ead40691e89c3e059c (patch) | |
tree | 8c5a40f73bc69565a2a0518f84e1e7e9127cb1f4 | |
parent | docker: put a proper definition in README (diff) | |
download | cgitize-6d9ba14e23ac758f0f0e36ead40691e89c3e059c.tar.gz cgitize-6d9ba14e23ac758f0f0e36ead40691e89c3e059c.zip |
requirements.txt: bump dependencies
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 231c340..6c63b03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ atlassian-python-api==3.28.1 certifi==2023.7.22 -cffi==1.15.1 -charset-normalizer==3.2.0 -cryptography==41.0.3 +cffi==1.16.0 +charset-normalizer==3.3.0 +cryptography==41.0.4 Deprecated==1.2.14 idna==3.4 oauthlib==3.2.2 @@ -16,5 +16,5 @@ requests-oauthlib==1.3.1 requests-toolbelt==1.0.0 six==1.16.0 tomli==1.2.3 -urllib3==2.0.4 +urllib3==2.0.6 wrapt==1.15.0 |