Skip to content

Commit

Permalink
Update requests to address pyup vuln 58755
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz authored and jdobes committed Jun 30, 2023
1 parent b33bab6 commit ba6283a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG PIPENV_PYUP_API_KEY=""
ARG VAR_PIPENV_INSTALL_OPT=""
RUN pip3 install --upgrade pip pipenv==2022.12.19 && \
pipenv install --ignore-pipfile --deploy --system $VAR_PIPENV_INSTALL_OPT && \
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system -i 53048 ; fi
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi

RUN install -m 1777 -d /data && \
adduser --gid 0 -d /vmaas --no-create-home vmaas
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pyopenssl = ">=19.1.0"
python-dateutil = ">=2.8.1"
pytz = ">=2020.4"
pyyaml = ">=5.4.1"
requests = ">=2.22.0"
requests = ">=2.31.0"
schema = ">=0.7.3"
tornado = ">=6.0.3"
watchtower = ">=1.0.0"
Expand Down
82 changes: 41 additions & 41 deletions Pipfile.lock

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

0 comments on commit ba6283a

Please sign in to comment.