Skip to content

Commit

Permalink
updating python-dateutil to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Apr 11, 2024
1 parent 6fde6d1 commit e57ee9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/python-sci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN conda config --set solver classic && \
conda install -y python=3.12.1 && \
conda install -y \
pika==1.3.1 \
python-dateutil==2.8.2 \
python-dateutil==2.9.0 \
pint==0.23 \
numpy==1.26.4 \
netcdf4==1.6.5 \
Expand Down
2 changes: 1 addition & 1 deletion docker/python-sci/arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN conda config --add channels conda-forge && \
conda install -y python=3.11 && \
conda install -y \
pika==1.3.1 \
python-dateutil==2.8.2 \
python-dateutil==2.9.0 \
pint==0.21 \
numpy==1.24.3 \
netcdf4==1.6.3 \
Expand Down
2 changes: 1 addition & 1 deletion docker/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pip3 install --no-cache \
pika==1.3.1 \
requests==2.28.2 \
flask==2.3.2 \
python-dateutil==2.8.2 \
python-dateutil==2.9.0 \
jsonschema==4.19.0 \
pycouchdb==1.14.2 \
gunicorn==21.2.0 \
Expand Down

0 comments on commit e57ee9a

Please sign in to comment.