Skip to content

Commit b99ba75

Browse files
committed
Upgrade libraries and Docker base image to latest.
1 parent b3b6b3c commit b99ba75

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-slim-buster
1+
FROM python:3.11-slim-buster
22

33
LABEL MAINTAINER="Pradeep Bashyal"
44

requirements-deploy.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
connexion[swagger-ui]==2.13.0
2-
gunicorn==20.1.0
1+
connexion[swagger-ui]==2.14.2
2+
gunicorn==21.2.0

requirements-dev.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
allure-behave==2.9.45
2-
flake8==4.0.1
1+
allure-behave==2.13.2
2+
flake8==7.0.0
33
bump2version==1.0.1
4-
coverage==6.3.2
5-
wheel==0.37.1
6-
pre-commit==2.18.1
4+
coverage==7.4.1
5+
wheel==0.42.0
6+
pre-commit==3.6.1

requirements-tests.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==7.1.2
1+
pytest==8.0.0
22
behave==1.2.6
3-
PyHamcrest==2.0.3
3+
PyHamcrest==2.1.0

0 commit comments

Comments
 (0)