Skip to content

Commit 2f0eacc

Browse files
committed
chore: bump dependancies
1 parent 21e4a80 commit 2f0eacc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Michael Herman
3+
Copyright (c) 2023 Michael Herman
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- db
1616

1717
db:
18-
image: postgres:13.4
18+
image: postgres:15.3
1919
expose:
2020
- 5432
2121
environment:

project/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pull official base image
2-
FROM python:3.9-slim-buster
2+
FROM python:3.11-slim-buster
33

44
# set working directory
55
WORKDIR /usr/src/app

project/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
fastapi==0.68.1
2-
uvicorn==0.15.0
1+
fastapi==0.99.0
2+
uvicorn==0.22.0

0 commit comments

Comments
 (0)