diff options
author | Parker <contact@pkrm.dev> | 2023-09-18 01:13:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 01:13:15 +0000 |
commit | 86c6806d9365d7b4872b174c1c4b3db7cfc007e7 (patch) | |
tree | c55386cc5965981edffcf9d9b23b43d7c0102933 /requirements.txt | |
parent | 8b94436453fa618e5fc787611862804cd62961a9 (diff) | |
parent | eddeca8c67caf2e916af60880b327bbb2b4b8f20 (diff) |
Merge branch 'main' into dependabot/pip/flask-2.2.5
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 76c1085..d35790b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ Flask==2.2.5 -requests==2.28.2 +requests==2.31.0 humanize==4.8.0 PyYAML==6.0 APScheduler==3.10.4 hypercorn==0.14.4 asyncio==3.4.3 -telnyx==2.0.0
\ No newline at end of file +telnyx==2.0.0 |