Skip to content

Commit 4b799d0

Browse files
Bump pytrakt from 3.4.23 to 3.4.24
Bumps [pytrakt](https://github.com/glensc/python-pytrakt) from 3.4.23 to 3.4.24. - [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.23...3.4.24) --- updated-dependencies: - dependency-name: pytrakt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b536f3d commit 4b799d0

File tree

3 files changed

+32
-29
lines changed

3 files changed

+32
-29
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pygments = "==2.16.1"
2828
python-dotenv = "==0.21.1"
2929
python-git-info = "==0.8.3"
3030
pytimeparse = "==1.1.8"
31-
pytrakt = "==3.4.23"
31+
pytrakt = "==3.4.24"
3232
pyyaml = "==6.0.1"
3333
requests = "==2.31.0"
3434
requests-cache = "==1.0.0b1"

Pipfile.lock

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,41 @@
1-
#
2-
# These requirements were autogenerated by pipenv
3-
# To regenerate from the project's Pipfile, run:
4-
#
5-
# pipenv lock --requirements
6-
#
7-
81
-i https://pypi.org/simple
92
attrs==23.1.0
10-
cattrs==23.1.2; python_version >= '3.7'
3+
cattrs==23.1.2
114
certifi==2023.7.22
125
charset-normalizer==3.2.0
136
click==8.1.7
147
deprecated==1.2.14
15-
idna==3.4; python_version >= '3.5'
16-
importlib-metadata==6.8.0; python_version >= '3.8'
8+
idna==3.4
9+
importlib-metadata==6.8.0
1710
inquirerpy==0.3.4
1811
linkify-it-py==2.0.2
19-
markdown-it-py==3.0.0; python_version >= '3.7'
12+
markdown-it-py==3.0.0
2013
mdit-py-plugins==0.4.0
21-
mdurl==0.1.2; python_version >= '3.7'
14+
mdurl==0.1.2
2215
oauthlib==3.2.2
23-
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
24-
platformdirs==3.10.0; python_version >= '3.7'
16+
pfzy==0.3.4
17+
platformdirs==3.10.0
2518
plexapi==4.15.0
2619
prompt-toolkit==3.0.39
2720
pygments==2.16.1
2821
python-dotenv==0.21.1
2922
python-git-info==0.8.3
3023
pytimeparse==1.1.8
31-
pytrakt==3.4.23
24+
pytrakt==3.4.24
3225
pyyaml==6.0.1
33-
requests-cache==1.0.0b1
34-
requests-oauthlib==1.3.1; python_version >= '3.4'
3526
requests==2.31.0
27+
requests-cache==1.0.0b1
28+
requests-oauthlib==1.3.1
3629
rich==13.5.2
37-
six==1.16.0; python_version >= '3.4'
38-
textual==0.35.1; python_version >= '3.7' and python_version < '4.0'
30+
six==1.16.0
31+
textual==0.35.1
3932
tqdm==4.66.1
4033
trogon==0.5.0
41-
typing-extensions==4.7.1; python_version >= '3.7'
42-
uc-micro-py==1.0.2; python_version >= '3.7'
43-
url-normalize==1.4.3; python_version >= '3.6'
34+
typing-extensions==4.7.1
35+
uc-micro-py==1.0.2
36+
url-normalize==1.4.3
4437
urllib3==2.0.4
4538
wcwidth==0.2.6
4639
websocket-client==1.6.2
47-
wrapt==1.15.0; python_version >= '3.5'
48-
zipp==3.16.2; python_version >= '3.8'
40+
wrapt==1.15.0
41+
zipp==3.16.2

0 commit comments

Comments
 (0)