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

Bump flake8-bugbear from 23.6.5 to 24.4.21 #372

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ apsw==3.42.0.0
# -r requirements.txt
# shillelagh
attrs==23.1.0
# via flake8-bugbear
# via
# cattrs
# flake8-bugbear
# requests-cache
bandit==1.7.5
# via flake8-bandit
black==23.3.0
# via -r requirements-dev.in
build==0.10.0
# via pip-tools
cattrs==23.2.3
# via requests-cache
certifi==2023.7.22
# via
# -r requirements.txt
Expand All @@ -35,7 +40,9 @@ coverage[toml]==6.5.0
distlib==0.3.7
# via virtualenv
exceptiongroup==1.2.0
# via pytest
# via
# cattrs
# pytest
filelock==3.12.2
# via virtualenv
flake8==6.0.0
Expand All @@ -49,7 +56,7 @@ flake8==6.0.0
# flake8-print
flake8-bandit==4.1.1
# via -r requirements-dev.in
flake8-bugbear==23.6.5
flake8-bugbear==24.4.21
# via -r requirements-dev.in
flake8-datetimez==20.10.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -116,6 +123,7 @@ pip-tools==7.1.0
platformdirs==3.9.1
# via
# black
# requests-cache
# virtualenv
pluggy==1.2.0
# via pytest
Expand Down Expand Up @@ -150,8 +158,11 @@ pyyaml==6.0
requests==2.31.0
# via
# -r requirements.txt
# requests-cache
# responses
# shillelagh
requests-cache==1.2.0
# via shillelagh
responses==0.23.1
# via -r requirements-dev.in
rich==13.4.2
Expand All @@ -162,6 +173,7 @@ six==1.16.0
# via
# -r requirements.txt
# python-dateutil
# url-normalize
smmap==5.0.0
# via gitdb
sqlalchemy[mypy]==2.0.19
Expand Down Expand Up @@ -191,13 +203,17 @@ types-urllib3==1.26.25.14
typing-extensions==4.7.1
# via
# -r requirements.txt
# cattrs
# mypy
# shillelagh
# sqlalchemy
url-normalize==1.4.3
# via requests-cache
urllib3==2.0.7
# via
# -r requirements.txt
# requests
# requests-cache
# responses
virtualenv==20.24.5
# via pre-commit
Expand Down
Loading