Skip to content

Commit

Permalink
Upgrade libraries and Docker base image to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbashyal-nmdp committed Feb 12, 2024
1 parent b3b6b3c commit b99ba75
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.10-slim-buster
FROM python:3.11-slim-buster

LABEL MAINTAINER="Pradeep Bashyal"

Expand Down
4 changes: 2 additions & 2 deletions requirements-deploy.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
connexion[swagger-ui]==2.13.0
gunicorn==20.1.0
connexion[swagger-ui]==2.14.2
gunicorn==21.2.0
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allure-behave==2.9.45
flake8==4.0.1
allure-behave==2.13.2
flake8==7.0.0
bump2version==1.0.1
coverage==6.3.2
wheel==0.37.1
pre-commit==2.18.1
coverage==7.4.1
wheel==0.42.0
pre-commit==3.6.1
4 changes: 2 additions & 2 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.1.2
pytest==8.0.0
behave==1.2.6
PyHamcrest==2.0.3
PyHamcrest==2.1.0

0 comments on commit b99ba75

Please sign in to comment.