Skip to content

Commit fb5922a

Browse files
2.0.10 (#246)
* Bump charset-normalizer from 2.0.9 to 2.0.10 (#213) Bumps [charset-normalizer](https://github.com/ousret/charset_normalizer) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@2.0.9...2.0.10) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lazy-object-proxy from 1.6.0 to 1.7.1 (#212) Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.6.0 to 1.7.1. - [Release notes](https://github.com/ionelmc/python-lazy-object-proxy/releases) - [Changelog](https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst) - [Commits](ionelmc/python-lazy-object-proxy@v1.6.0...v1.7.1) --- updated-dependencies: - dependency-name: lazy-object-proxy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pygments from 2.10.0 to 2.11.2 (#210) Bumps [pygments](https://github.com/pygments/pygments) from 2.10.0 to 2.11.2. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.10.0...2.11.2) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump urllib3 from 1.26.7 to 1.26.8 (#215) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.8. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.8/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.7...1.26.8) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump attrs from 21.2.0 to 21.4.0 (#216) Bumps [attrs](https://github.com/python-attrs/attrs) from 21.2.0 to 21.4.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst) - [Commits](python-attrs/attrs@21.2.0...21.4.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump requests from 2.26.0 to 2.27.1 (#219) Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.27.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.26.0...v2.27.1) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump regex from 2021.11.10 to 2022.1.18 (#221) Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2021.11.10 to 2022.1.18. - [Release notes](https://github.com/mrabarnett/mrab-regex/releases) - [Commits](https://github.com/mrabarnett/mrab-regex/commits) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Removed support for Python 3.6 * Bump rfc3986 from 1.5.0 to 2.0.0 (#217) Bumps [rfc3986](https://github.com/python-hyper/rfc3986) from 1.5.0 to 2.0.0. - [Release notes](https://github.com/python-hyper/rfc3986/releases) - [Commits](python-hyper/rfc3986@1.5.0...2.0.0) --- updated-dependencies: - dependency-name: rfc3986 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyparsing from 3.0.6 to 3.0.7 (#222) Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](pyparsing/pyparsing@pyparsing_3.0.6...pyparsing_3.0.7) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump importlib-metadata from 4.8.2 to 4.10.1 (#220) Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.8.2 to 4.10.1. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst) - [Commits](python/importlib_metadata@v4.8.2...v4.10.1) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump zipp from 3.6.0 to 3.7.0 (#211) Bumps [zipp](https://github.com/jaraco/zipp) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/CHANGES.rst) - [Commits](jaraco/zipp@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump typed-ast from 1.5.1 to 1.5.2 (#223) Bumps [typed-ast](https://github.com/python/typed_ast) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/python/typed_ast/releases) - [Changelog](https://github.com/python/typed_ast/blob/master/release_process.md) - [Commits](python/typed_ast@1.5.1...1.5.2) --- updated-dependencies: - dependency-name: typed-ast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/setup-python from 2.3.1 to 2.3.2 (#228) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump twine from 3.7.1 to 3.8.0 (#227) Bumps [twine](https://github.com/pypa/twine) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@3.7.1...3.8.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump black from 21.12b0 to 22.1.0 (#225) Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/22.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pytest from 6.2.5 to 7.0.0 (#229) Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.2.5...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump charset-normalizer from 2.0.10 to 2.0.11 (#226) Bumps [charset-normalizer](https://github.com/ousret/charset_normalizer) from 2.0.10 to 2.0.11. - [Release notes](https://github.com/ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@2.0.10...2.0.11) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pytest from 7.0.0 to 7.0.1 (#232) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.0.0...7.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump importlib-metadata from 4.10.1 to 4.11.0 (#231) Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.10.1 to 4.11.0. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst) - [Commits](python/importlib_metadata@v4.10.1...v4.11.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump importlib-metadata from 4.11.0 to 4.11.1 (#235) Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.11.0 to 4.11.1. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst) - [Commits](python/importlib_metadata@v4.11.0...v4.11.1) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump typing-extensions from 4.0.1 to 4.1.1 (#234) Bumps [typing-extensions](https://github.com/python/typing) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG) - [Commits](python/typing@4.0.1...4.1.1) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump charset-normalizer from 2.0.11 to 2.0.12 (#233) Bumps [charset-normalizer](https://github.com/ousret/charset_normalizer) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@2.0.11...2.0.12) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lxml from 4.6.5 to 4.8.0 (#236) Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.8.0. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-4.6.5...lxml-4.8.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump click from 8.0.3 to 8.0.4 (#237) Bumps [click](https://github.com/pallets/click) from 8.0.3 to 8.0.4. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.0.3...8.0.4) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tomli from 1.2.2 to 2.0.1 (#230) Bumps [tomli](https://github.com/hukkin/tomli) from 1.2.2 to 2.0.1. - [Release notes](https://github.com/hukkin/tomli/releases) - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@1.2.2...2.0.1) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 2.4.0 to 3 (#242) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tqdm from 4.62.3 to 4.63.0 (#240) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.3 to 4.63.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.62.3...v4.63.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/setup-python from 2.3.2 to 3 (#241) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump importlib-metadata from 4.11.1 to 4.11.2 (#239) Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.11.1 to 4.11.2. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst) - [Commits](python/importlib_metadata@v4.11.1...v4.11.2) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Updated pylint to latest version and astroid to latest supported by pylint * Bump regex from 2022.1.18 to 2022.3.2 (#243) Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.1.18 to 2022.3.2. - [Release notes](https://github.com/mrabarnett/mrab-regex/releases) - [Commits](https://github.com/mrabarnett/mrab-regex/commits) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump readme-renderer from 30.0 to 33.0 (#244) Bumps [readme-renderer](https://github.com/pypa/readme_renderer) from 30.0 to 33.0. - [Release notes](https://github.com/pypa/readme_renderer/releases) - [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst) - [Commits](pypa/readme_renderer@30.0...33.0) --- updated-dependencies: - dependency-name: readme-renderer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixed #245 issue Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a950d2 commit fb5922a

File tree

7 files changed

+35
-34
lines changed

7 files changed

+35
-34
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
language: ["python"]
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v2.4.0
25+
uses: actions/checkout@v3
2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v1
2828
with:

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: Check code style
1717
steps:
18-
- uses: actions/checkout@v2.4.0
18+
- uses: actions/checkout@v3
1919
- uses: RojerGS/python-black-check@master
2020
with:
2121
line-length: "88"

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
python-version: [3.6, 3.7, 3.8, 3.9]
22+
python-version: [3.7, 3.8, 3.9, "3.10"]
2323
steps:
24-
- uses: actions/checkout@v2.4.0
24+
- uses: actions/checkout@v3
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v2.3.1
26+
uses: actions/setup-python@v3
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Cache pip
@@ -45,9 +45,9 @@ jobs:
4545
name: Build and publish Python 🐍 distributions 📦 to PyPI
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v2.4.0
48+
- uses: actions/checkout@v3
4949
- name: Set up Python 3.9
50-
uses: actions/setup-python@v2.3.1
50+
uses: actions/setup-python@v3
5151
with:
5252
python-version: 3.9
5353
- name: Cache pip
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Checkout code
78-
uses: actions/checkout@v2.4.0
78+
uses: actions/checkout@v3
7979
- name: Create Release
8080
id: create_release
8181
uses: actions/[email protected]

.github/workflows/wiki.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2.4.0
14+
- uses: actions/checkout@v3
1515
- name: Install Python 3.8
16-
uses: actions/setup-python@v2.3.1
16+
uses: actions/setup-python@v3
1717
with:
1818
python-version: 3.8
1919
- name: Install dependencies

codeforces_api/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def de_json(cls, json_string):
9191
rank = obj.get("rank")
9292
rating = obj.get("rating")
9393
max_rank = obj.get("maxRank")
94-
max_rating = obj.get("makRating")
94+
max_rating = obj.get("maxRating")
9595
last_online = obj["lastOnlineTimeSeconds"]
9696
registration_time_seconds = obj["registrationTimeSeconds"]
9797
friend_of_count = obj["friendOfCount"]

requirements.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
appdirs==1.4.4
2-
astroid==2.8.5
2+
astroid==2.9.3
33
atomicwrites==1.4.0
4-
attrs==21.2.0
5-
black==21.12b0
4+
attrs==21.4.0
5+
black==22.1.0
66
bleach==4.1.0
77
certifi==2021.10.8
88
chardet==4.0.0
9-
charset-normalizer==2.0.9
10-
click==8.0.3
9+
charset-normalizer==2.0.12
10+
click==8.0.4
1111
colorama==0.4.4
1212
docutils==0.18.1
1313
idna==2.10
14-
importlib-metadata==4.8.2
14+
importlib-metadata==4.11.2
1515
iniconfig==1.1.1
1616
isort==5.10.1
1717
keyring==23.3.0
18-
lazy-object-proxy==1.6.0
19-
lxml==4.6.5
18+
lazy-object-proxy==1.7.1
19+
lxml==4.8.0
2020
mccabe==0.6.1
2121
mypy-extensions==0.4.3
2222
packaging==21.3
2323
pathspec==0.9.0
2424
pkginfo==1.8.2
2525
pluggy==1.0.0
2626
py==1.11.0
27-
Pygments==2.10.0
28-
pylint==2.11.1
29-
pyparsing==3.0.6
30-
pytest==6.2.5
27+
Pygments==2.11.2
28+
pylint==2.12.2
29+
pyparsing==3.0.7
30+
pytest==7.0.1
3131
pywin32-ctypes==0.2.0
32-
readme-renderer==30.0
33-
regex==2021.11.10
34-
requests==2.26.0
32+
readme-renderer==33.0
33+
regex==2022.3.2
34+
requests==2.27.1
3535
requests-toolbelt==0.9.1
36-
rfc3986==1.5.0
36+
rfc3986==2.0.0
3737
six==1.16.0
3838
toml==0.10.2
39-
tomli==1.2.2
40-
tqdm==4.62.3
41-
twine==3.7.1
42-
typed-ast==1.5.1
43-
typing-extensions==4.0.1
44-
urllib3==1.26.7
39+
tomli==2.0.1
40+
tqdm==4.63.0
41+
twine==3.8.0
42+
typed-ast==1.5.2
43+
typing-extensions==4.1.1
44+
urllib3==1.26.8
4545
webencodings==0.5.1
4646
wrapt==1.13.3
47-
zipp==3.6.0
47+
zipp==3.7.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
],
3030
keywords="codeforces api python",
3131
install_requires=["requests", "lxml"],
32+
python_requires=">=3.7",
3233
)

0 commit comments

Comments
 (0)