diff options
author | nico wellpott <nico@magicbroccoli.de> | 2023-01-29 21:17:17 +0100 |
---|---|---|
committer | nico wellpott <nico@magicbroccoli.de> | 2023-01-29 21:17:17 +0100 |
commit | 04b143f334b9299ebfa05901bfa678be8be37b2b (patch) | |
tree | e63084eb9363e7432ac47a82e2d9e329c48fd11b | |
parent | ecce55492598f1b564d8011e90e82735766db9d2 (diff) | |
parent | cede8df89111abd244d80ad389157a41b8520e71 (diff) |
Merge remote-tracking branch 'origin/dependabot/pip/requests-2.28.2'
* origin/dependabot/pip/requests-2.28.2:
build(deps): bump requests from 2.28.1 to 2.28.2
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 42f9ecc..5586f47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 -requests==2.28.1 +requests==2.28.2 ruamel.yaml==0.17.21 ruamel.yaml.clib==0.2.7 |