Skip to content

Commit

Permalink
Bump plexapi from 4.15.16 to 4.16.0
Browse files Browse the repository at this point in the history
Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.15.16 to 4.16.0.
- [Release notes](https://github.com/pkkid/python-plexapi/releases)
- [Commits](pkkid/python-plexapi@4.15.16...4.16.0)

---
updated-dependencies:
- dependency-name: plexapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 7329a96 commit e822ea3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mdurl = "==0.1.2"
oauthlib = "==3.2.2"
pfzy = "==0.3.4"
platformdirs = "==4.3.6"
plexapi = "==4.15.16"
plexapi = "==4.16.0"
pluggy = "==1.5.0"
prompt-toolkit = "==3.0.48"
pygments = "==2.18.0"
Expand Down
20 changes: 16 additions & 4 deletions Pipfile.lock

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

12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
apluggy==1.0.3
attrs==24.2.0
cattrs==24.1.2
certifi==2024.8.30
charset-normalizer==3.4.0
certifi==2024.8.30; python_version >= '3.6'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
click==8.1.7
decorator==5.1.1
deprecated==1.2.14
exceptiongroup==1.2.2; python_version < '3.11'
humanize==4.11.0
idna==3.10
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
pfzy==0.3.4
platformdirs==4.3.6
plexapi==4.15.16
plexapi==4.16.0; python_version >= '3.9'
pluggy==1.5.0
prompt-toolkit==3.0.48
pygments==2.18.0; python_version >= '3.8'
Expand All @@ -25,7 +25,7 @@ python-git-info==0.8.3
pytimeparse==1.1.8
pytrakt==3.4.32
pyyaml==6.0.2
requests==2.32.3
requests==2.32.3; python_version >= '3.8'
requests-cache==1.2.1
requests-oauthlib==2.0.0
rich==13.9.4; python_full_version >= '3.8.0'
Expand All @@ -34,7 +34,7 @@ tqdm==4.67.0; python_version >= '3.7'
types-decorator==5.1.8.20240310
typing-extensions==4.12.2
url-normalize==1.4.3
urllib3==2.2.3
urllib3==2.2.3; python_version >= '3.8'
wcwidth==0.2.13
websocket-client==1.8.0
wrapt==1.16.0

0 comments on commit e822ea3

Please sign in to comment.