Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python from 3.9-slim->3.10.5-slim, pytest 5.2.2->7.1.2 #154

Merged
merged 2 commits into from Aug 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.9-slim as base
FROM python:3.10.5-slim as base

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -6,7 +6,7 @@ mypy==0.782
nose>=1.3.1
pandas>=0.23.4
pre-commit==2.15.0
pytest==5.2.2
pytest==7.1.2
pytest-cov==2.4.0
pytest-env==0.6.2
pytest-pep8==1.0.6
Expand Down