Skip to content

Commit f72ed9b

Browse files
committed
Dependencies 2022-10-03
1 parent 9764f81 commit f72ed9b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ updates:
44
directory: "/"
55
schedule:
66
interval: monthly
7-
open-pull-requests-limit: 10
7+
open-pull-requests-limit: 20

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiofiles==0.8.0
1+
aiofiles==22.1.0
22
aioredis==1.3.1
33
arq==0.22
44
buildpg==0.4
@@ -10,13 +10,13 @@ jinja2==3.1.2
1010
libsass==0.21.0
1111
misaka==2.1.1
1212
MarkupSafe==2.1.1
13-
phonenumbers==8.12.54
13+
phonenumbers==8.12.56
1414
pydantic[email]==1.9.2
1515
python-multipart==0.0.5
1616
python-pdf==0.39
1717
requests==2.28.1
1818
starlette==0.14.2
19-
tqdm==4.64.0
19+
tqdm==4.64.1
2020
ua-parser==0.16.1
2121
uvicorn==0.18.3
22-
ipython==8.4.0
22+
ipython==8.5.0

tests/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
aiohttp==3.8.1
22
black==22.8.0
3-
coverage==6.4.4
3+
coverage==6.5.0
44
docutils==0.19
55
flake8==5.0.4
66
isort==5.10.1
77
pycodestyle==2.9.1
88
pyflakes==2.5.0
9-
pytest==7.1.2
10-
pytest-cov==3.0.0
11-
pytest-mock==3.8.2
9+
pytest==7.1.3
10+
pytest-cov==4.0.0
11+
pytest-mock==3.9.0
1212
pytest-sugar==0.9.5
1313
pytest-timeout==2.1.0
1414
pytest-toolbox==0.4

0 commit comments

Comments
 (0)