From ea236e895e4d4ee3a2bd7048cb7379d13f1f2c1f Mon Sep 17 00:00:00 2001 From: Adrian Dmitra Date: Sun, 30 Jul 2023 17:05:43 -0600 Subject: [PATCH] bump python dependencies for apiserver MacOS compatibiity --- .gitignore | 1 + apiserver/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/apiserver/requirements.txt b/apiserver/requirements.txt index acdb27f..3ccd686 100644 --- a/apiserver/requirements.txt +++ b/apiserver/requirements.txt @@ -5,7 +5,7 @@ Babel==2.9.1 backcall==0.2.0 bleach==3.3.0 certifi==2019.11.28 -cffi==1.13.2 +cffi==1.15.1 chardet==3.0.4 commonmark==0.9.1 decorator==5.1.1 @@ -39,7 +39,7 @@ packaging==20.0 parso==0.8.3 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==8.3.2 +Pillow==9.5.0 prompt-toolkit==3.0.29 ptyprocess==0.7.0 pycparser==2.19 @@ -53,7 +53,7 @@ python3-openid==3.1.0 pytz==2019.3 PyYAML==6.0 recommonmark==0.7.1 -reportlab==3.5.55 +reportlab==4.0.4 requests==2.22.0 requests-oauthlib==1.3.0 six==1.13.0