diff --git a/.Rbuildignore b/.Rbuildignore index 9a069ab..e4f6b90 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -20,3 +20,4 @@ rsconnect/ ^\.github$ ^[.]?air[.]toml$ ^\.vscode$ +^\.venv/$ diff --git a/DESCRIPTION b/DESCRIPTION index 9746077..f5c7e65 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: audit.connect Title: Posit Connect Health Check -Version: 0.7.6 +Version: 0.7.7 Authors@R: person("Jumping", "Rivers", , "info@jumpingrivers.com", role = c("aut", "cre")) Description: Posit Connect Health Check. Deploys various content types to diff --git a/NEWS.md b/NEWS.md index 38877b5..8afd0dd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# audit.connect 0.7.7 _2025-07-16_ + - chore: Update requirements.txt + # audit.connect 0.7.6 _2025-07-16_ - chore: Formatting using air - chore: Update linting diff --git a/inst/extdata/deploy_python/flask/requirements.txt b/inst/extdata/deploy_python/flask/requirements.txt index 6fb1880..12f6949 100644 --- a/inst/extdata/deploy_python/flask/requirements.txt +++ b/inst/extdata/deploy_python/flask/requirements.txt @@ -1,6 +1,7 @@ -click==8.1.3 -Flask==2.2.2 -itsdangerous==2.1.2 -Jinja2==3.1.2 -MarkupSafe==2.1.1 -Werkzeug==2.2.2 +blinker==1.9.0 +click==8.2.1 +Flask==3.1.1 +itsdangerous==2.2.0 +Jinja2==3.1.6 +MarkupSafe==3.0.2 +Werkzeug==3.1.3 diff --git a/inst/extdata/deploy_python/streamlit/requirements.txt b/inst/extdata/deploy_python/streamlit/requirements.txt index a149b8b..24a722e 100644 --- a/inst/extdata/deploy_python/streamlit/requirements.txt +++ b/inst/extdata/deploy_python/streamlit/requirements.txt @@ -1,53 +1,42 @@ -altair==4.2.0 -attrs==22.1.0 -blinker==1.5 -cachetools==5.2.0 -certifi==2022.9.24 -charset-normalizer==2.1.1 -click==8.1.3 -commonmark==0.9.1 -decorator==5.1.1 -entrypoints==0.4 -gitdb==4.0.9 -GitPython==3.1.29 -idna==3.4 -importlib-metadata==5.0.0 -Jinja2==3.1.2 -joblib==1.2.0 -jsonschema==4.16.0 -MarkupSafe==2.1.1 -numpy==1.23.4 -packaging==21.3 -pandas==1.5.1 -Pillow==9.2.0 -plotly==5.10.0 -protobuf==3.20.3 -pyarrow==9.0.0 -pydeck==0.8.0b4 -Pygments==2.13.0 -Pympler==1.0.1 -pyparsing==3.0.9 -pyrsistent==0.18.1 -python-dateutil==2.8.2 -pytz==2022.5 -pytz-deprecation-shim==0.1.0.post0 -requests==2.28.1 -rich==12.6.0 -scikit-learn==1.1.2 -scipy==1.9.3 -semver==2.13.0 -six==1.16.0 -smmap==5.0.0 -streamlit==1.13.0 -tenacity==8.1.0 -threadpoolctl==3.1.0 +altair==5.5.0 +attrs==25.3.0 +blinker==1.9.0 +cachetools==6.1.0 +certifi==2025.7.14 +charset-normalizer==3.4.2 +click==8.2.1 +gitdb==4.0.12 +GitPython==3.1.44 +idna==3.10 +Jinja2==3.1.6 +joblib==1.5.1 +jsonschema==4.24.0 +jsonschema-specifications==2025.4.1 +MarkupSafe==3.0.2 +narwhals==1.47.0 +numpy==2.2.6 +packaging==25.0 +pandas==2.3.1 +pillow==11.3.0 +plotly==6.2.0 +protobuf==6.31.1 +pyarrow==20.0.0 +pydeck==0.9.1 +python-dateutil==2.9.0.post0 +pytz==2025.2 +referencing==0.36.2 +requests==2.32.4 +rpds-py==0.26.0 +scikit-learn==1.7.0 +scipy==1.15.3 +six==1.17.0 +smmap==5.0.2 +streamlit==1.46.1 +tenacity==9.1.2 +threadpoolctl==3.6.0 toml==0.10.2 -toolz==0.12.0 -tornado==6.2 -typing_extensions==4.4.0 -tzdata==2022.5 -tzlocal==4.2 -urllib3==1.26.12 -validators==0.20.0 -watchdog==2.1.9 -zipp==3.9.0 +tornado==6.5.1 +typing_extensions==4.14.1 +tzdata==2025.2 +urllib3==2.5.0 +watchdog==6.0.0