Skip to content

Commit

Permalink
Merge pull request #77 from ssciolla/issue-70-dep-update-again
Browse files Browse the repository at this point in the history
Update Python and dependencies again (#70)
  • Loading branch information
ssciolla committed Nov 3, 2022
2 parents baab4bd + 12903fc commit 9880451
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM directive instructing base image to build upon
FROM python:3.9-slim
FROM python:3.10-slim

# Installs needed Linux packages
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The sections below provide instructions for configuring, installing, and using t
Depending on the environment you plan to run the application in, you may
also need to install some or all of the following:

* [Python 3.9](https://docs.python.org/3.9/)
* [Python 3.10](https://docs.python.org/3.10/)
* [MySQL](https://dev.mysql.com/doc/)
* [Docker Desktop](https://www.docker.com/products/docker-desktop)
* [OpenShift CLI](https://docs.openshift.com/enterprise/3.1/cli_reference/get_started_cli.html)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
mysql:
image: mysql:5.7
image: mysql:8.0
restart: on-failure
command: ['--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci']
environment:
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage==6.3.2
Django==3.2.13
mysqlclient==2.1.0
python-dotenv==0.20.0
requests==2.27.1
coverage==6.5.0
Django==3.2.15
mysqlclient==2.1.1
python-dotenv==0.21.0
requests==2.28.1
-e git+https://github.com/tl-its-umich-edu/[email protected]#egg=umich-api

0 comments on commit 9880451

Please sign in to comment.