Skip to content

Commit

Permalink
fix: update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
en9inerd committed Jul 9, 2023
1 parent ab0e160 commit 72ce1b4
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 85 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -23,7 +23,7 @@ docopt = "*"
telethon = "*"

[requires]
python_version = "3.9"
python_version = "3.10"

[pipenv]
allow_prereleases = true
137 changes: 64 additions & 73 deletions requirements-dev.txt
@@ -1,77 +1,68 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev
#

# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".

-i https://pypi.org/simple
appdirs==1.4.4
astroid==2.6.2; python_version ~= '3.6'
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
black==21.7b0
bleach==3.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
certifi==2021.5.30
charset-normalizer==2.0.3; python_version >= '3'
astroid==2.15.6; python_full_version >= '3.7.2'
black==23.3.0
bleach==6.0.0; python_version >= '3.7'
certifi==2023.5.7; python_version >= '3.6'
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
checksumdir==1.2.0
click-log==0.3.2
click==8.0.1; python_version >= '3.6'
colorama==0.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
detect-secrets==1.1.0
docopt==0.6.2
docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
dotty-dict==1.3.0
gitdb==4.0.7; python_version >= '3.4'
gitpython==3.1.18; python_version >= '3.6'
idna==3.2; python_version >= '3'
importlib-metadata==4.6.1; python_version >= '3.6'
iniconfig==1.1.1
invoke==1.6.0
isort==5.9.2
keyring==23.0.1; python_version >= '3.6'
lazy-object-proxy==1.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
mccabe==0.6.1
mypy-extensions==0.4.3
mypy==0.910
packaging==21.0; python_version >= '3.6'
pathspec==0.8.1
pkginfo==1.7.1
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyaes==1.6.1
pyasn1==0.4.8
pygments==2.9.0; python_version >= '3.5'
pylint==2.9.3
pynt-contrib==0.2.0
click==8.1.4; python_version >= '3.7'
detect-secrets==1.4.0
dill==0.3.6; python_version < '3.11'
docutils==0.20.1; python_version >= '3.7'
dotty-dict==1.3.1; python_version >= '3.5' and python_version < '4.0'
exceptiongroup==1.1.2; python_version < '3.11'
gitdb==4.0.10; python_version >= '3.7'
gitpython==3.1.31; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
importlib-metadata==6.8.0; python_version >= '3.8'
importlib-resources==5.7.0; python_version >= '3.7'
iniconfig==2.0.0; python_version >= '3.7'
isort==5.12.0
jaraco.classes==3.3.0; python_version >= '3.8'
jinja2==3.1.2; python_version >= '3.7'
keyring==24.2.0; python_version >= '3.8'
lazy-object-proxy==1.9.0; python_version >= '3.7'
markdown-it-py==3.0.0; python_version >= '3.8'
markupsafe==2.1.3; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
mdurl==0.1.2; python_version >= '3.7'
more-itertools==9.1.0; python_version >= '3.7'
mypy==1.4.1
mypy-extensions==1.0.0; python_version >= '3.5'
packaging==23.1; python_version >= '3.7'
pathspec==0.11.1; python_version >= '3.7'
pkginfo==1.9.6; python_version >= '3.6'
platformdirs==3.8.1; python_version >= '3.7'
pluggy==1.2.0; python_version >= '3.7'
pydantic==1.10.11; python_version >= '3.7'
pygments==2.15.1; python_version >= '3.7'
pylint==3.0.0a6
pynt==0.8.2
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytest==6.2.4
python-gitlab==2.9.0; python_version >= '3.6'
python-semantic-release==7.16.2
pyyaml==5.4.1
readme-renderer==29.0
regex==2021.7.6
requests-toolbelt==0.9.1
requests==2.26.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
rfc3986==1.5.0
rsa==4.7.2; python_version >= '3.5' and python_version < '4'
semver==2.13.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
setuptools-scm==6.0.1; python_version >= '3.6'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
smmap==4.0.0; python_version >= '3.5'
telethon==1.23.0
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==1.0.4; python_version >= '3.6'
tomlkit==0.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
tqdm==4.61.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
twine==3.4.1
typing-extensions==3.10.0.0
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'
vulture==2.3
pynt-contrib==0.2.0
pytest==7.4.0
python-gitlab==3.15.0; python_full_version >= '3.7.0'
python-semantic-release==8.0.0rc4
pyyaml==6.0
readme-renderer==40.0; python_version >= '3.8'
requests==2.31.0; python_version >= '3.7'
requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
rfc3986==2.0.0; python_version >= '3.7'
rich==13.4.2; python_full_version >= '3.7.0'
shellingham==1.5.0.post1; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
smmap==5.0.0; python_version >= '3.6'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
tomli==2.0.1; python_version < '3.11'
tomlkit==0.11.8; python_version >= '3.7'
twine==4.0.2
typing-extensions==4.7.1; python_version >= '3.7'
urllib3==2.0.3; python_version >= '3.7'
vulture==2.7
webencodings==0.5.1
wheel==0.36.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
wrapt==1.12.1
zipp==3.5.0; python_version >= '3.6'
wrapt==1.15.0; python_version < '3.11'
zipp==3.16.0; python_version >= '3.8'
docopt==0.6.2
pyaes==1.6.1
pyasn1==0.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
rsa==4.9; python_version >= '3.6' and python_version < '4'
telethon==1.28.5
15 changes: 4 additions & 11 deletions requirements.txt
@@ -1,14 +1,7 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple
docopt==0.6.2
pyaes==1.6.1
pyasn1==0.4.8
pyyaml==5.4.1
rsa==4.7.2; python_version >= '3.5' and python_version < '4'
telethon==1.23.0
pyasn1==0.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pyyaml==6.0
rsa==4.9; python_version >= '3.6' and python_version < '4'
telethon==1.28.5

0 comments on commit 72ce1b4

Please sign in to comment.