Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2023
1 parent 442dda4 commit 1575bfa
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mdurl = {version="==0.1.2", python_version=">='3.7'"}
oauthlib = "==3.2.2"
pfzy = {version="==0.3.4", markers="python_version >= '3.7' and python_version < '4.0'"}
platformdirs = {version="==3.10.0", python_version=">='3.7'"}
plexapi = "==4.15.0"
plexapi = "==4.15.1"
prompt-toolkit = "==3.0.39"
pygments = "==2.16.1"
python-dotenv = "==0.21.1"
Expand Down
18 changes: 14 additions & 4 deletions Pipfile.lock

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

41 changes: 17 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,48 +1,41 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple
attrs==23.1.0
cattrs==23.1.2; python_version >= '3.7'
cattrs==23.1.2
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.7
deprecated==1.2.14
idna==3.4; python_version >= '3.5'
importlib-metadata==6.8.0; python_version >= '3.8'
idna==3.4
importlib-metadata==6.8.0
inquirerpy==0.3.4
linkify-it-py==2.0.2
markdown-it-py==3.0.0; python_version >= '3.7'
markdown-it-py==3.0.0
mdit-py-plugins==0.4.0
mdurl==0.1.2; python_version >= '3.7'
mdurl==0.1.2
oauthlib==3.2.2
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
platformdirs==3.10.0; python_version >= '3.7'
plexapi==4.15.0
pfzy==0.3.4
platformdirs==3.10.0
plexapi==4.15.1
prompt-toolkit==3.0.39
pygments==2.16.1
python-dotenv==0.21.1
python-git-info==0.8.3
pytimeparse==1.1.8
pytrakt==3.4.23
pyyaml==6.0.1
requests-cache==1.0.0b1
requests-oauthlib==1.3.1; python_version >= '3.4'
requests==2.31.0
requests-cache==1.0.0b1
requests-oauthlib==1.3.1
rich==13.5.2
six==1.16.0; python_version >= '3.4'
textual==0.35.1; python_version >= '3.7' and python_version < '4.0'
six==1.16.0
textual==0.35.1
tqdm==4.66.1
trogon==0.5.0
typing-extensions==4.7.1; python_version >= '3.7'
uc-micro-py==1.0.2; python_version >= '3.7'
url-normalize==1.4.3; python_version >= '3.6'
typing-extensions==4.7.1
uc-micro-py==1.0.2
url-normalize==1.4.3
urllib3==2.0.4
wcwidth==0.2.6
websocket-client==1.6.2
wrapt==1.15.0; python_version >= '3.5'
zipp==3.16.2; python_version >= '3.8'
wrapt==1.15.0
zipp==3.16.2

0 comments on commit 1575bfa

Please sign in to comment.