Skip to content

Commit 0499f11

Browse files
authored
Merge pull request #378 from tutorcruncher/upgrades2
Upgrades
2 parents a0db200 + 7a65487 commit 0499f11

File tree

3 files changed

+28
-19
lines changed

3 files changed

+28
-19
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 15
8+
labels:
9+
- 'dependencies'

tcsocket/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
SQLAlchemy==1.3.23
2-
aiodns==2.0.0
2+
aiodns==3.0.0
33
aiohttp==3.7.4.post0
4-
aiopg==1.1.0
4+
aiopg==1.3.1
55
aioredis==1.3.1
6-
arq==0.21
7-
boto3==1.17.62
6+
arq==0.22
7+
boto3==1.18.39
88
cchardet==2.1.7
9-
gunicorn==20.0.4
10-
python-dateutil==2.8.1
11-
pillow==8.1.2
12-
pydantic[email]==1.8.1
9+
gunicorn==20.1.0
10+
python-dateutil==2.8.2
11+
pillow==8.3.2
12+
pydantic[email]==1.8.2
1313
raven==6.10.0
14-
requests==2.25.1
15-
uvloop==0.15.2
16-
ipython==7.23.0
17-
pgcli==3.1.0
14+
requests==2.26.0
15+
uvloop==0.16.0
16+
ipython==7.27.0
17+
pgcli==3.2.0
1818
ipython-sql==0.4.0
1919
yarl==1.6.3

tests/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
attrs==20.3.0
1+
attrs==21.2.0
22
black==20.8b1
33
coverage==5.5
4-
flake8==3.9.1
5-
isort==5.7.0
4+
flake8==3.9.2
5+
isort==5.9.3
66
pycodestyle==2.7.0
77
pyflakes==2.3.1
8-
pytest==6.2.4
8+
pytest==6.2.5
99
pytest-aiohttp==0.3.0
10-
pytest-cov==2.11.1
11-
pytest-isort==1.3.0
12-
pytest-mock==3.5.1
10+
pytest-cov==2.12.1
11+
pytest-isort==2.0.0
12+
pytest-mock==3.6.1
1313
pytest-sugar==0.9.4
1414
pytest-toolbox==0.4

0 commit comments

Comments
 (0)