Skip to content

Commit

Permalink
Merge branch 'Taxel:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsage52 authored Sep 26, 2024
2 parents a21d8fc + eebb68f commit ab538cf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
layout python3
layout python python3.8

# Pipenv found itself running within a virtual environment,
# so it will automatically use that environment,
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify_ssl = true
[packages]
apluggy = "==0.9.4"
attrs = "==24.2.0"
cattrs = {version="==24.1.1", python_version=">='3.7'"}
cattrs = {version="==24.1.2", python_version=">='3.7'"}
certifi = "==2024.8.30"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
Expand All @@ -24,7 +24,7 @@ pfzy = {version="==0.3.4", markers="python_version >= '3.7' and python_version <
platformdirs = {version="==4.3.6", python_version=">='3.7'"}
plexapi = "==4.15.16"
pluggy = "==1.5.0"
prompt-toolkit = "==3.0.47"
prompt-toolkit = "==3.0.48"
pygments = "==2.18.0"
python-dotenv = "==1.0.1"
python-git-info = "==0.8.3"
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-i https://pypi.org/simple
apluggy==0.9.4
attrs==24.2.0; python_version >= '3.7'
cattrs==24.1.1; python_version >= '3.8'
cattrs==24.1.2; python_version >= '3.8'
certifi==2024.8.30; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7
Expand All @@ -18,7 +18,7 @@ pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
platformdirs==4.3.6; python_version >= '3.8'
plexapi==4.15.16; python_version >= '3.8'
pluggy==1.5.0
prompt-toolkit==3.0.47; python_full_version >= '3.7.0'
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
pygments==2.18.0; python_version >= '3.8'
python-dotenv==1.0.1
python-git-info==0.8.3
Expand Down

0 comments on commit ab538cf

Please sign in to comment.