Skip to content

Commit

Permalink
chore(python): update packages (#7942)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4x1 authored Aug 22, 2024
1 parent 5d97e83 commit 7d10ada
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 32 deletions.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ VOLUME /app/logs
# Setup Python
COPY python/ /app/python/
RUN python3 -m pip install --no-cache --upgrade pip setuptools && \
python3 -m pip install --no-cache -r python/requirements.txt
python3 -m pip install --no-cache -r python/requirements.txt && \
pip install --upgrade pip

# Setup Python Poetry package manager
RUN curl -sSL https://install.python-poetry.org | python3 -
Expand Down
14 changes: 7 additions & 7 deletions backend/python/plugins/azuredevops/poetry.lock

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

16 changes: 8 additions & 8 deletions backend/python/plugins/gerrit/poetry.lock

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

16 changes: 8 additions & 8 deletions backend/python/pydevlake/poetry.lock

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

16 changes: 8 additions & 8 deletions backend/python/test/fakeplugin/poetry.lock

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

0 comments on commit 7d10ada

Please sign in to comment.