diff options
author | nico <nico@magicbroccoli.de> | 2023-05-23 14:41:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 14:41:34 +0200 |
commit | 420802ea507abfa669916e8910a424b6a99c4ae6 (patch) | |
tree | bef6ef063bd44ec64bb21f8552891dd7daccb30c | |
parent | 04b143f334b9299ebfa05901bfa678be8be37b2b (diff) | |
parent | 11e8dc4a99ca49d459413a8370166fb8b8ba4ddb (diff) |
Merge pull request #35 from mightyBroccoli/dependabot/pip/requests-2.31.0
build(deps): bump requests from 2.28.2 to 2.31.0
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 5586f47..2649cf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ appdirs==1.4.4 -requests==2.28.2 +requests==2.31.0 ruamel.yaml==0.17.21 ruamel.yaml.clib==0.2.7 |