Skip to content
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ attrs==22.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2,

babel==2.10.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

black==22.8.0
black==25.1.0

bleach==5.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

bump2version==1.0.1

certifi==2022.9.24
certifi==2025.8.3

cfgv==3.3.1; python_full_version >= '3.6.1'

Expand All @@ -44,13 +44,13 @@ flake8==3.8.4

identify==2.5.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
idna==3.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

isort==5.10.1

jinja2==3.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
jinja2==3.1.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

keyring==21.4.0; python_version >= '3.6'

Expand Down Expand Up @@ -86,7 +86,7 @@ pycodestyle==2.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1,

pyflakes==2.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

pygments==2.13.0; python_version >= '3.5'
pygments==2.19.2; python_version >= '3.5'

pyparsing==3.0.9; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'

Expand All @@ -102,11 +102,11 @@ pyyaml==6.0

readme-renderer==28.0

regex==2020.10.28
regex==2025.9.1

requests-toolbelt==0.9.1

requests==2.28.1
requests==2.32.5

six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

Expand Down Expand Up @@ -134,7 +134,7 @@ tox-pipenv==1.10.1

tox==3.20.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

tqdm==4.51.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.67.1; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'

travis==0.0.3

Expand All @@ -144,11 +144,11 @@ typed-ast==1.5.4

typing-extensions==4.3.0

urllib3==1.26.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
urllib3==2.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'

virtualenv-clone==0.5.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

virtualenv==20.16.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
virtualenv==20.34.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

watchdog==2.1.9

Expand Down
Loading