Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #93 from CSCfi/dev
Browse files Browse the repository at this point in the history
Update/dependabot branch
  • Loading branch information
blankdots authored Jul 20, 2021
2 parents 01efec6 + 1239823 commit 295c415
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ updates:
day: "monday"
labels:
- "pip dependencies"
target-branch: "dev"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -15,6 +16,7 @@ updates:
day: "monday"
labels:
- "github actions"
target-branch: "dev"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
Expand All @@ -23,4 +25,5 @@ updates:
day: "monday"
labels:
- "docker dependencies"
target-branch: "dev"
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aiocache==0.11.1
aiomcache==0.6.0
ujson==4.0.2
uvloop==0.14.0; python_version < '3.7'
uvloop==0.15.2; python_version >= '3.7'
uvloop==0.15.3; python_version >= '3.7'
asyncpg==0.23.0
jsonschema==3.2.0
gunicorn==20.1.0
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"aiomcache==0.6.0",
"ujson==4.0.2",
"uvloop==0.14.0; python_version < '3.7'",
"uvloop==0.15.2; python_version >= '3.7'",
"uvloop==0.15.3; python_version >= '3.7'",
"asyncpg==0.23.0",
"jsonschema==3.2.0",
"gunicorn==20.1.0",
Expand All @@ -45,15 +45,15 @@
"test": [
"coverage==5.5",
"pytest<6.3",
"pytest-cov==2.12.0",
"coveralls==3.0.1",
"testfixtures==6.17.1",
"tox==3.23.1",
"pytest-cov==2.12.1",
"coveralls==3.1.0",
"testfixtures==6.18.0",
"tox==3.24.0",
"flake8==3.9.2",
"flake8-docstrings==1.6.0",
"asynctest==0.13.0",
"aioresponses==0.7.2",
"black==21.4b2",
"black==21.7b0",
],
"docs": ["sphinx >= 1.4", "sphinx_rtd_theme==0.5.2"],
},
Expand Down

0 comments on commit 295c415

Please sign in to comment.