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

Commit 2836237

Browse files
authored
Merge branch 'master' into dev
2 parents 000c60c + b5024e6 commit 2836237

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Dependabot metadata
1414
id: metadata
15-
uses: dependabot/fetch-metadata@v1.5.1
15+
uses: dependabot/fetch-metadata@v1.6.0
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Wait other jobs are passed or failed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
install_requires=[
3939
"asyncpg==0.28.0",
4040
"aiohttp==3.8.4",
41-
"Authlib==1.2.0",
41+
"Authlib==1.2.1",
4242
"aiohttp-cors==0.7.0",
4343
"jsonschema==4.18.3",
4444
"gunicorn==21.0.1",
@@ -55,10 +55,10 @@
5555
],
5656
"test": [
5757
"coverage==7.2.7",
58-
"pytest<7.4",
58+
"pytest<7.5",
5959
"pytest-cov==4.1.0",
6060
"testfixtures==7.1.0",
61-
"tox==4.6.2",
61+
"tox==4.6.4",
6262
"flake8==6.0.0",
6363
"flake8-docstrings==1.7.0",
6464
"aioresponses==0.7.4",

0 commit comments

Comments
 (0)