Skip to content

Commit cd074fb

Browse files
committed
Merge branch 'master' into bugfix-414-missing-import
2 parents 40f9a51 + adee423 commit cd074fb

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
-e .
2-
aiohttp==3.8.1
2+
aiohttp==3.8.3
33
aioresponses==0.7.3
44
aiosignal==1.2.0
55
alabaster==0.7.12
66
async-timeout==4.0.2
77
attrs==21.4.0
8-
Authlib==1.0.1
8+
Authlib==1.1.0
99
Babel==2.10.3
10-
black==22.8.0
10+
black==22.10.0
1111
callee==0.3.1
1212
certifi==2021.10.8
1313
cffi==1.15.1
1414
cfgv==3.3.1
15-
charset-normalizer==2.1.0
15+
charset-normalizer==2.1.1
1616
click==8.1.3
17-
coverage==6.4.4
17+
coverage==6.5.0
1818
cryptography==36.0.2
1919
Deprecated==1.2.13
2020
distlib==0.3.6
@@ -24,22 +24,22 @@ flake8==4.0.1
2424
Flask==2.2.2
2525
Flask-Cors==3.0.10
2626
frozenlist==1.3.1
27-
identify==2.5.3
28-
idna==3.3
27+
identify==2.5.6
28+
idna==3.4
2929
imagesize==1.4.1
3030
iniconfig==1.1.1
3131
isort==5.10.1
3232
itsdangerous==2.1.2
3333
Jinja2==3.1.2
34-
jwcrypto==1.3.1
34+
jwcrypto==1.4.2
3535
MarkupSafe==2.1.1
3636
mccabe==0.6.1
3737
mock==4.0.3
3838
multidict==6.0.2
3939
mypy-extensions==0.4.3
4040
nodeenv==1.7.0
4141
packaging==21.3
42-
pathspec==0.10.0
42+
pathspec==0.10.1
4343
platformdirs==2.5.2
4444
pluggy==1.0.0
4545
pre-commit==2.20.0
@@ -48,13 +48,13 @@ pycodestyle==2.8.0
4848
pycparser==2.21
4949
pyflakes==2.4.0
5050
Pygments==2.13.0
51-
PyJWT==2.4.0
51+
PyJWT==2.5.0
5252
pyparsing==3.0.9
53-
pytest==7.1.2
54-
pytest-mock==3.8.2
55-
python-dotenv==0.20.0
56-
pytz==2022.2.1
57-
pyupgrade==2.37.3
53+
pytest==7.1.3
54+
pytest-mock==3.10.0
55+
python-dotenv==0.21.0
56+
pytz==2022.4
57+
pyupgrade==2.38.4
5858
PyYAML==6.0
5959
requests==2.28.1
6060
six==1.16.0
@@ -71,7 +71,7 @@ tokenize-rt==4.2.1
7171
toml==0.10.2
7272
tomli==2.0.1
7373
urllib3==1.26.12
74-
virtualenv==20.16.4
74+
virtualenv==20.16.5
7575
Werkzeug==2.2.2
7676
wrapt==1.14.1
77-
yarl==1.7.2
77+
yarl==1.8.1

0 commit comments

Comments
 (0)