Skip to content

Commit

Permalink
Merge pull request #2941 from dev-hato/renovate/pandas-2.x
Browse files Browse the repository at this point in the history
Update dependency pandas to v2.0.3
  • Loading branch information
renovate[bot] authored Jul 3, 2023
2 parents d2bb8e4 + 2fd99d7 commit 83fdd07
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 103 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends git gcc libc6-dev libopencv-dev libgl1-mesa-dev libglib2.0-0 curl && \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get install -y --no-install-recommends nodejs && \
pip install pipenv==2023.6.26 --no-cache-dir && \
pip install pipenv==2023.7.3 --no-cache-dir && \
if [ "${ENV}" = 'dev' ]; then \
pipenv install --system --skip-lock --dev; \
else \
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 @@ psycopg2-binary = "==2.9.6"
slackeventsapi = "==3.0.1"
slack-sdk = "==3.21.3"
gitpython = "==3.1.31"
pandas = "==2.0.2"
pandas = "==2.0.3"
matplotlib = "==3.7.1"
openai = "==0.27.8"
"discord.py" = "==2.3.1"
Expand Down
190 changes: 89 additions & 101 deletions Pipfile.lock

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

0 comments on commit 83fdd07

Please sign in to comment.