Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 48 #857

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
18 changes: 9 additions & 9 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==24.10.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==2024.8.30

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.4; 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.18.0; 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 @@ -106,7 +106,7 @@ regex==2020.10.28

requests-toolbelt==0.9.1

requests==2.28.1
requests==2.32.3

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.2.3; 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.28.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