Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akaIDIOT committed Feb 28, 2023
1 parent b35dc47 commit db6f01a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 44 deletions.
22 changes: 11 additions & 11 deletions check-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ astor==0.8.1
# via flake8-simplify
astpretty==3.0.0
# via flake8-expression-complexity
attrs==22.1.0
attrs==22.2.0
# via flake8-bugbear
bandit==1.7.4
# via -r check-requirements.in
Expand All @@ -27,47 +27,47 @@ flake8-annotations-complexity==0.0.7
# via -r check-requirements.in
flake8-broken-line==0.6.0
# via -r check-requirements.in
flake8-bugbear==22.10.27
flake8-bugbear==23.2.13
# via -r check-requirements.in
flake8-commas==2.1.0
# via -r check-requirements.in
flake8-comprehensions==3.10.1
# via -r check-requirements.in
flake8-expression-complexity==0.0.11
# via -r check-requirements.in
flake8-import-order==0.18.1
flake8-import-order==0.18.2
# via -r check-requirements.in
flake8-quotes==3.3.1
flake8-quotes==3.3.2
# via -r check-requirements.in
flake8-rst-docstrings==0.2.7
flake8-rst-docstrings==0.3.0
# via -r check-requirements.in
flake8-simplify==0.19.3
# via -r check-requirements.in
gitdb==4.0.9
gitdb==4.0.10
# via gitpython
gitpython==3.1.29
gitpython==3.1.31
# via bandit
mccabe==0.7.0
# via flake8
pbr==5.11.0
pbr==5.11.1
# via stevedore
pep8-naming==0.13.2
pep8-naming==0.13.3
# via -r check-requirements.in
pycodestyle==2.9.1
# via
# flake8
# flake8-import-order
pyflakes==2.5.0
# via flake8
pygments==2.13.0
pygments==2.14.0
# via flake8-rst-docstrings
pyyaml==6.0
# via bandit
restructuredtext-lint==1.4.0
# via flake8-rst-docstrings
smmap==5.0.0
# via gitdb
stevedore==4.1.0
stevedore==5.0.0
# via bandit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 0 additions & 4 deletions test-requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
coverage
flake8
flake8-comprehensions
flake8-import-order
pep8-naming
pyhamcrest
pytest
34 changes: 5 additions & 29 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,14 @@
attrs==22.1.0
attrs==22.2.0
# via pytest
coverage==6.5.0
coverage==7.2.1
# via -r test-requirements.in
flake8==5.0.4
# via
# -r test-requirements.in
# flake8-comprehensions
# pep8-naming
flake8-comprehensions==3.10.1
# via -r test-requirements.in
flake8-import-order==0.18.1
# via -r test-requirements.in
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
mccabe==0.7.0
# via flake8
packaging==21.3
packaging==23.0
# via pytest
pep8-naming==0.13.2
# via -r test-requirements.in
pluggy==1.0.0
# via pytest
pycodestyle==2.9.1
# via
# flake8
# flake8-import-order
pyflakes==2.5.0
# via flake8
pyhamcrest==2.0.4
# via -r test-requirements.in
pyparsing==3.0.9
# via packaging
pytest==7.2.0
pytest==7.2.1
# via -r test-requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit db6f01a

Please sign in to comment.