Skip to content

Commit

Permalink
Bump python from 3.9-slim->3.10.5-slim, pytest 5.2.2->7.1.2 (#154)
Browse files Browse the repository at this point in the history
* Bump python from 3.9-slim to 3.10.5-slim

Bumps python from 3.9-slim to 3.10.5-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pytest to 7.1.2

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
  • Loading branch information
dependabot[bot] and AetherUnbound committed Aug 16, 2022
1 parent 2af3263 commit 47df208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.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
Original file line number Diff line number Diff line change
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

0 comments on commit 47df208

Please sign in to comment.