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

chore: bump dependencies #108

Merged
merged 1 commit into from
Sep 16, 2023
Merged
Show file tree
Hide file tree
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
90 changes: 49 additions & 41 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@
#
# pip-compile requirements-lint.in
#
attrs==22.1.0
# via
# flake8-bugbear
# pytest
bandit==1.7.4
attrs==23.1.0
# via flake8-bugbear
bandit==1.7.5
# via -r requirements-lint.in
black==22.10.0
black==23.9.1
# via -r requirements-lint.in
certifi==2022.12.7
certifi==2023.7.22
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.7
# via black
codespell==2.2.2
codespell==2.2.5
# via -r requirements-lint.in
coverage[toml]==6.5.0
# via
Expand All @@ -28,9 +26,9 @@ coveralls==3.3.1
# via -r requirements-lint.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.0.0
exceptiongroup==1.1.3
# via pytest
flake8==5.0.4
flake8==6.1.0
# via
# flake8-bugbear
# flake8-comprehensions
Expand All @@ -42,84 +40,94 @@ flake8==5.0.4
# flake8-quotes
flake8-blind-except==0.2.1
# via -r requirements-lint.in
flake8-bugbear==22.10.27
flake8-bugbear==23.7.10
# via -r requirements-lint.in
flake8-comprehensions==3.10.0
flake8-comprehensions==3.14.0
# via -r requirements-lint.in
flake8-debugger==4.1.2
# via -r requirements-lint.in
flake8-deprecated==2.0.1
# via -r requirements-lint.in
flake8-isort==5.0.0
flake8-isort==6.1.0
# via -r requirements-lint.in
flake8-pep3101==2.0.0
# via -r requirements-lint.in
flake8-print==5.0.0
# via -r requirements-lint.in
flake8-quotes==3.3.1
flake8-quotes==3.3.2
# via -r requirements-lint.in
flake8-todo==0.7
# via -r requirements-lint.in
gitdb==4.0.9
gitdb==4.0.10
# via gitpython
gitpython==3.1.29
gitpython==3.1.36
# via bandit
idna==3.4
# via requests
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
isort==5.10.1
isort==5.12.0
# via
# -r requirements-lint.in
# flake8-isort
markdown-it-py==3.0.0
# via rich
mccabe==0.7.0
# via flake8
mypy-extensions==0.4.3
mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via black
packaging==21.3
# via pytest
pathspec==0.10.1
packaging==23.1
# via
# black
# pytest
pathspec==0.11.2
# via black
pbr==5.11.0
pbr==5.11.1
# via stevedore
platformdirs==2.5.2
platformdirs==3.10.0
# via black
pluggy==1.0.0
pluggy==1.3.0
# via pytest
pycodestyle==2.9.1
pycodestyle==2.11.0
# via
# flake8
# flake8-debugger
# flake8-print
# flake8-todo
pyflakes==2.5.0
pyflakes==3.1.0
# via flake8
pyparsing==3.0.9
# via packaging
pytest==7.2.0
pygments==2.16.1
# via rich
pytest==7.4.2
# via
# -r requirements-lint.in
# pytest-cov
pytest-cov==4.0.0
pytest-cov==4.1.0
# via -r requirements-lint.in
pyupgrade==3.1.0
pyupgrade==3.11.0
# via -r requirements-lint.in
pyyaml==6.0
pyyaml==6.0.1
# via bandit
requests==2.28.1
requests==2.31.0
# via coveralls
rich==13.5.2
# via bandit
smmap==5.0.0
# via gitdb
stevedore==3.5.2
stevedore==5.1.0
# via bandit
tokenize-rt==5.0.0
tokenize-rt==5.2.0
# via pyupgrade
tomli==2.0.1
# via
# black
# coverage
# pytest
typing-extensions==4.4.0
# via black
urllib3==1.26.12
typing-extensions==4.7.1
# via
# black
# rich
urllib3==2.0.4
# via requests
30 changes: 13 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
#
# pip-compile requirements.in
#
attrs==22.1.0
# via pytest
certifi==2022.12.7
certifi==2023.7.22
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.2.0
# via requests
coverage[toml]==6.5.0
# via
Expand All @@ -18,37 +16,35 @@ coveralls==3.3.1
# via -r requirements.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.0.0
exceptiongroup==1.1.3
# via pytest
flake8==5.0.4
flake8==6.1.0
# via -r requirements.in
idna==3.4
# via requests
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
mccabe==0.7.0
# via flake8
packaging==21.3
packaging==23.1
# via pytest
pluggy==1.0.0
pluggy==1.3.0
# via pytest
pycodestyle==2.9.1
pycodestyle==2.11.0
# via flake8
pyflakes==2.5.0
pyflakes==3.1.0
# via flake8
pyparsing==3.0.9
# via packaging
pytest==7.2.0
pytest==7.4.2
# via
# -r requirements.in
# pytest-cov
pytest-cov==4.0.0
pytest-cov==4.1.0
# via -r requirements.in
requests==2.28.1
requests==2.31.0
# via coveralls
tomli==2.0.1
# via
# coverage
# pytest
urllib3==1.26.12
urllib3==2.0.4
# via requests