Skip to content

Commit

Permalink
Security update
Browse files Browse the repository at this point in the history
  • Loading branch information
mhemeryck committed Apr 7, 2021
1 parent bb6ab5d commit 4f7f4c7
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 173 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ references:
jobs:
build:
docker:
- image: circleci/python:3.8
- image: circleci/python:3.9

steps:
- checkout
Expand All @@ -30,7 +30,7 @@ jobs:
- "/home/circleci/.local/share/virtualenvs/"
lint:
docker:
- image: circleci/python:3.8
- image: circleci/python:3.9

steps:
- checkout
Expand All @@ -43,10 +43,10 @@ jobs:
- run:
name: Isort import order check
command: |
pipenv run isort -c
pipenv run isort -c .
test:
docker:
- image: circleci/python:3.8
- image: circleci/python:3.9

steps:
- checkout
Expand All @@ -62,7 +62,7 @@ jobs:
pipenv run coveralls
check:
docker:
- image: circleci/python:3.8
- image: circleci/python:3.9

steps:
- checkout
Expand All @@ -74,7 +74,7 @@ jobs:
pipenv check
deploy:
docker:
- image: circleci/python:3.8
- image: circleci/python:3.9

steps:
- checkout
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[dev-packages]
pytest = "*"
black = "==18.9b0"
black = "==20.8b1"
pytest-cov = "*"
isort = "*"
coveralls = "*"
Expand All @@ -16,4 +16,4 @@ pytest-socket = "*"
factory-boy = "*"

[requires]
python_version = "3.8"
python_version = "3.9"
Loading

0 comments on commit 4f7f4c7

Please sign in to comment.