diff options
author | nico wellpott <nico@magicbroccoli.de> | 2021-07-23 17:37:33 +0200 |
---|---|---|
committer | nico wellpott <nico@magicbroccoli.de> | 2021-07-23 17:37:33 +0200 |
commit | b2b44ce4c183acbebdc90b032891b7c6b1bd1b84 (patch) | |
tree | f360ffae6bb134590fa3869e5dc958a98e9c30d2 | |
parent | a5251e23816116ae7dee3874e1e2be532bc192e4 (diff) | |
parent | 80528a36093b38d937782c2d74e80d3137d0e30b (diff) |
Merge branch 'dependabot/pip/requests-2.26.0'
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b07c178..6cc52ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 -requests==2.25.1 +requests==2.26.0 ruamel.yaml==0.17.10 ruamel.yaml.clib==0.2.6 |