diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 13:38:20 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 13:38:20 +0100 |
commit | f4f17393709feb91aada3b5393d3ee9993335cb0 (patch) | |
tree | 865db4304a9f40e1988ce4684fab9b4c3a323c50 | |
parent | v4.0.9 (diff) | |
download | cgitize-f4f17393709feb91aada3b5393d3ee9993335cb0.tar.gz cgitize-f4f17393709feb91aada3b5393d3ee9993335cb0.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 2696ffa..78279eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ requests-toolbelt==0.10.1 six==1.16.0 tomli==1.2.3 urllib3==1.26.14 -wrapt==1.14.1 +wrapt==1.15.0 |