Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Python 3.11に更新 (#9)
Browse files Browse the repository at this point in the history
* Python 3.11

* doc: python 3.11

* update dependencies
  • Loading branch information
aoirint authored Feb 5, 2023
1 parent 9ee365f commit 2b7ec1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.11

ENV PYTHONUNBUFFERED=1
ENV DJANGO_DEBUG=0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add the dependencies to `requirements.in` and execute below.
```shell
sudo apt install -y libmysqlclient-dev

# Python 3.9
# Python 3.11
pip3 install -U pip-tools

pip-compile
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile requirements.in
#
asgiref==3.5.2
asgiref==3.6.0
# via django
certifi==2022.12.7
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via requests
django==4.1.6
# via -r requirements.in
Expand All @@ -22,7 +22,7 @@ oauthlib==3.2.2
# via requests-oauthlib
python-dateutil==2.8.2
# via -r requirements.in
requests==2.28.1
requests==2.28.2
# via
# -r requirements.in
# requests-oauthlib
Expand All @@ -34,7 +34,7 @@ six==1.16.0
# via python-dateutil
sqlparse==0.4.3
# via django
urllib3==1.26.12
urllib3==1.26.14
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 2b7ec1b

Please sign in to comment.