Skip to content

Commit 6b02d54

Browse files
committed
pandas ~> 1.5.3
1 parent 292207a commit 6b02d54

File tree

3 files changed

+609
-501
lines changed

3 files changed

+609
-501
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.11
22

33
FROM python:$PYTHON_VERSION AS lock
44
WORKDIR /var/lib/pandas/
5-
RUN pip install pipenv==2022.9.24
5+
RUN pip install pipenv==2022.12.19
66
RUN pipenv --python $PYTHON_VERSION
77
COPY Pipfile* ./
88
RUN pipenv lock

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jupyterlab = "*"
99
matplotlib = "*"
1010

1111
[packages]
12-
pandas = "==1.5.2"
12+
pandas = "==1.5.3"

0 commit comments

Comments
 (0)