From 3dc1047f4f843f2743da6505a571e7a86aebac7e Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Tue, 7 Mar 2023 15:30:27 -0500 Subject: [PATCH] update to rsconnect-python 1.15.0b1 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index aa3c5418..987c251a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ Pygments>=2.7.4 jinja2>=2.11.3 bleach>=3.3.0 cryptography>=3.2 -git+https://github.com/rstudio/rsconnect-python.git@master#egg=rsconnect-python +rsconnect-python>=1.15.0b1 diff --git a/setup.cfg b/setup.cfg index a0da8584..64257545 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ project_urls = [options] install_requires = - rsconnect-python @ git+https://github.com/rstudio/rsconnect-python.git@master#egg=rsconnect-python + rsconnect-python>=1.15.0b1 notebook>=6.1.5,<7.0.0 nbformat nbconvert>=5.6.1