Skip to content

Commit af44d77

Browse files
committed
Update dependencies and images versions
- Use new nginx image "nginx:1.21.3-alpine" - Update dependency ormar to 0.10.19 - Update dependency databases to 0.5.2
1 parent cb2d03f commit af44d77

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.ci/style-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mypy==0.910
33
types-setuptools==57.0.2
44
# Flake8 with extensions
55
flake8==3.9.2
6-
flake8-bugbear==21.4.3
6+
flake8-bugbear==21.9.1
77
flake8-pie==0.15.0
88
pep8-naming==0.12.1
99
flake8-simplify==0.14.1

kolombo/docker/Dockerfile.nginx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.21.1-alpine
1+
FROM nginx:1.21.3-alpine
22
LABEL maintainer="Igor Nehoroshev <[email protected]>"
33

44
RUN apk add --no-cache nginx-mod-mail && mkdir /etc/nginx/mail-enabled

kolombo/docker/auth/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uvloop==0.16.0
33
# For better output
44
rich==10.9.0
55
# ORM
6-
ormar==0.10.18
7-
databases==0.5.0
6+
ormar==0.10.19
7+
databases==0.5.2
88
aiosqlite==0.17.0
99
# Passwords hashing
1010
cryptography==3.4.8

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ shellingham==1.4.0
44
rich==10.9.0
55
docker==5.0.2
66
# ORM
7-
ormar==0.10.18
8-
databases==0.5.0
7+
ormar==0.10.19
8+
databases==0.5.2
99
aiosqlite==0.17.0
1010
# Passwords hashing
1111
cryptography==3.4.8

0 commit comments

Comments
 (0)