Skip to content

Commit 5605ab9

Browse files
Bump platformdirs from 4.2.1 to 4.2.2 (#1948)
1 parent b4d030c commit 5605ab9

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ markdown-it-py = {version="==3.0.0", python_version=">='3.7'"}
2020
mdurl = {version="==0.1.2", python_version=">='3.7'"}
2121
oauthlib = "==3.2.2"
2222
pfzy = {version="==0.3.4", markers="python_version >= '3.7' and python_version < '4.0'"}
23-
platformdirs = {version="==4.2.1", python_version=">='3.7'"}
23+
platformdirs = {version="==4.2.2", python_version=">='3.7'"}
2424
plexapi = "==4.15.12"
2525
pluggy = "==1.5.0"
2626
prompt-toolkit = "==3.0.43"

Pipfile.lock

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ markdown-it-py==3.0.0; python_version >= '3.7' and python_version >= '3.8'
1515
mdurl==0.1.2; python_version >= '3.7'
1616
oauthlib==3.2.2; python_version >= '3.6'
1717
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
18-
platformdirs==4.2.1; python_version >= '3.7' and python_version >= '3.8'
18+
platformdirs==4.2.2; python_version >= '3.8'
1919
plexapi==4.15.12; python_version >= '3.8'
2020
pluggy==1.5.0; python_version >= '3.8'
2121
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'

0 commit comments

Comments
 (0)