Skip to content

Commit 0874bdb

Browse files
authored
Minor fixes (#29)
* Updated dependencies. * Now secret and API key is None by default. * If Codeforces returns 502 error the exception will be raised.
1 parent 38fde98 commit 0874bdb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appdirs==1.4.4
2-
astroid==2.5.1
2+
astroid==2.5.2
33
atomicwrites==1.4.0
44
attrs==20.3.0
55
black==20.8b1
@@ -8,12 +8,12 @@ certifi==2020.12.5
88
chardet==4.0.0
99
click==7.1.2
1010
colorama==0.4.4
11-
docutils==0.16
11+
docutils==0.17
1212
idna==2.10
13-
importlib-metadata==3.7.3
13+
importlib-metadata==3.10.0
1414
iniconfig==1.1.1
1515
isort==5.8.0
16-
keyring==23.0.0
16+
keyring==23.0.1
1717
lazy-object-proxy==1.6.0
1818
lxml==4.6.3
1919
mccabe==0.6.1
@@ -24,18 +24,18 @@ pkginfo==1.7.0
2424
pluggy==0.13.1
2525
py==1.10.0
2626
Pygments==2.8.1
27-
pylint==2.7.2
27+
pylint==2.7.4
2828
pyparsing==2.4.7
29-
pytest==6.2.2
29+
pytest==6.2.3
3030
pywin32-ctypes==0.2.0
3131
readme-renderer==29.0
32-
regex==2021.3.17
32+
regex==2021.4.4
3333
requests==2.25.1
3434
requests-toolbelt==0.9.1
3535
rfc3986==1.4.0
3636
six==1.15.0
3737
toml==0.10.2
38-
tqdm==4.59.0
38+
tqdm==4.60.0
3939
twine==3.4.1
4040
typed-ast==1.4.2
4141
typing-extensions==3.7.4.3

0 commit comments

Comments
 (0)