Skip to content

Commit

Permalink
Update trakt to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 23, 2022
1 parent 90954e5 commit 8de8992
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rich = "==12.6.0"
tqdm = "==4.64.1"
urllib3 = ">=1.26.6"
websocket-client = "==1.4.1"
trakt = {file = "https://github.com/glensc/python-trakt/archive/refs/tags/3.4.1.zip"}
trakt = {file = "https://github.com/glensc/python-trakt/archive/refs/tags/3.4.2.zip"}

[requires]
python_version = "3"
Expand Down
13 changes: 8 additions & 5 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 @@ -15,7 +15,7 @@ click==8.1.3
commonmark==0.9.1
deprecated==1.2.13
exceptiongroup==1.0.0rc9; python_version < '3.11'
trakt@https://github.com/glensc/python-trakt/archive/refs/tags/3.4.1.zip#egg=trakt
trakt@https://github.com/glensc/python-trakt/archive/refs/tags/3.4.2.zip#egg=trakt
idna==3.4; python_version >= '3.5'
inquirerpy==0.3.4
oauthlib==3.2.2; python_version >= '3.6'
Expand Down

0 comments on commit 8de8992

Please sign in to comment.