Skip to content

Commit

Permalink
Merge pull request #408 from CSCfi/update/monthly
Browse files Browse the repository at this point in the history
Update/monthly
  • Loading branch information
blankdots authored Nov 25, 2021
2 parents 5db12cc + edfa0cf commit 927874e
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 228 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "monday"
labels:
- "pip dependencies"
Expand All @@ -12,7 +12,7 @@ updates:
- package-ecosystem: "npm"
directory: "/swift_browser_ui_frontend"
schedule:
interval: "weekly"
interval: "monthly"
day: "monday"
labels:
- "npm dependencies"
Expand All @@ -21,7 +21,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "monday"
labels:
- "github actions"
Expand All @@ -30,7 +30,7 @@ updates:
- package-ecosystem: docker
directory: "/dockerfiles"
schedule:
interval: "weekly"
interval: "monthly"
day: "monday"
labels:
- "docker dependencies"
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
aiohttp==3.7.4.post0
aiohttp==3.8.1
python-swiftclient==3.12.0
cryptography==35.0.0
cryptography==36.0.0
keystoneauth1==4.4.0
click==8.0.3
sphinx==4.2.0
sphinx==4.3.0
sphinx_rtd_theme==1.0.0
uvloop==0.16.0
gunicorn>=20.0.1
certifi==2021.10.8
asyncpg==0.24.0
asyncpg==0.25.0
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
},
license="MIT",
install_requires=[
"aiohttp==3.7.4.post0",
"aiohttp==3.8.1",
"python-swiftclient==3.12.0",
"cryptography==35.0.0",
"cryptography==36.0.0",
"keystoneauth1==4.4.0",
"click==8.0.3",
"gunicorn>=20.0.1",
"uvloop==0.16.0",
"certifi==2021.10.8",
"asyncpg==0.24.0",
"asyncpg==0.25.0",
],
extras_require={
"test": [
"tox==3.24.4",
"pytest==6.2.5",
"pytest-cov==3.0.0",
"coverage==6.1.1",
"coverage==6.1.2",
"flake8==4.0.1",
"flake8-docstrings==1.6.0",
"pytest-xdist==2.4.0",
"asynctest==0.13.0",
"black==21.10b0",
"black== 21.11b1",
],
"docs": ["sphinx==4.2.0", "sphinx_rtd_theme==1.0.0"],
"docs": ["sphinx==4.3.0", "sphinx_rtd_theme==1.0.0"],
"ui_test": ["pytest==6.2.5", "pytest-timeout==2.0.1"],
},
packages=setuptools.find_packages(),
Expand Down
Loading

0 comments on commit 927874e

Please sign in to comment.