Skip to content

Commit

Permalink
Merge pull request #1024 from glensc/requests-cache-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Aug 29, 2022
2 parents 91ff8b6 + 3206ef6 commit 744fa06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python-dotenv = "==0.20.0"
python-git-info = "==0.8.0"
pyyaml = "==6.0"
requests = ">=2.25.1"
requests-cache = "==0.9.1"
requests-cache = "==0.9.6"
rich = "==12.5.1"
tqdm = "==4.64.0"
trakt = "==3.4.0"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pygments==2.13.0; python_version >= '3.6'
python-dotenv==0.20.0
python-git-info==0.8.0
pyyaml==6.0
requests-cache==0.9.1
requests-cache==0.9.6
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests==2.28.1
rich==12.5.1
Expand Down

0 comments on commit 744fa06

Please sign in to comment.