Skip to content

Commit

Permalink
Bump pytrakt from 3.4.32 to 3.4.33
Browse files Browse the repository at this point in the history
Bumps [pytrakt](https://github.com/glensc/python-pytrakt) from 3.4.32 to 3.4.33.
- [Release notes](https://github.com/glensc/python-pytrakt/releases)
- [Changelog](https://github.com/glensc/python-pytrakt/blob/main/HISTORY.rst)
- [Commits](glensc/python-pytrakt@3.4.32...3.4.33)

---
updated-dependencies:
- dependency-name: pytrakt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 458498a commit 72e9106
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pygments = "==2.18.0"
python-dotenv = "==1.0.1"
python-git-info = "==0.8.3"
pytimeparse = "==1.1.8"
pytrakt = "==3.4.32"
pytrakt = "==3.4.33"
pyyaml = "==6.0.2"
requests = "==2.32.3"
requests-cache = "==1.2.1"
Expand Down
13 changes: 9 additions & 4 deletions Pipfile.lock

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

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ idna==3.10; python_version >= '3.6'
inquirerpy==0.3.4
markdown-it-py==3.0.0; python_version >= '3.8'
mdurl==0.1.2; python_version >= '3.7'
oauthlib==3.2.2
oauthlib==3.2.2; python_version >= '3.6'
pfzy==0.3.4
platformdirs==4.3.6
plexapi==4.16.0; python_version >= '3.9'
Expand All @@ -23,11 +23,11 @@ pygments==2.18.0; python_version >= '3.8'
python-dotenv==1.0.1
python-git-info==0.8.3
pytimeparse==1.1.8
pytrakt==3.4.32
pytrakt==3.4.33
pyyaml==6.0.2
requests==2.32.3; python_version >= '3.8'
requests-cache==1.2.1
requests-oauthlib==2.0.0
requests-oauthlib==2.0.0; python_version >= '3.4'
rich==13.9.4; python_full_version >= '3.8.0'
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.67.1; python_version >= '3.7'
Expand Down

0 comments on commit 72e9106

Please sign in to comment.