forked from pool/python-bandit
* Correctly define extras in \`setup.cfg\` (#755) * Remove leftover openstack code (#778) * Added snmp\_security check plugin for various SNMP checks (#403) * Fix README.rst (#365) * Fixup typo (#769) * Drop end-of-life Python 3.6 (#777) * Drop end-of-life Python 3.5 (#746) * Start using auto-formatters (#754) * Create FUNDING.yml (#774) * test\_help\_arg: remove assert on 'optional arguments' (#752) * Fix broken reported URL link for B107 (#751) - update to 1.7.1: * fix reading initial values from .bandit * Always use a Loader in yaml.load * PEP-518 support: configure bandit via pyproject.toml * document that random.choices() isn't secure either * Fix syntax errors in bug report * Update bug\_report.yaml * Fix syntax error in bug report * Use new issue template format * Update README.rst * Mock part of python 3.x * Add license to package installation metadata * #694 Bandit fails when using importlib with named arguments * Add string options for severity and confidence * Add support for Python 3.9 * Create config.yml * Add default labels to issues OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bandit?expand=0&rev=19
18 lines
670 B
Diff
18 lines
670 B
Diff
Index: bandit-1.7.2/test-requirements.txt
|
|
===================================================================
|
|
--- bandit-1.7.2.orig/test-requirements.txt
|
|
+++ bandit-1.7.2/test-requirements.txt
|
|
@@ -1,12 +1,9 @@
|
|
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
-coverage>=4.5.4 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
-flake8>=4.0.0 # Apache-2.0
|
|
stestr>=2.5.0 # Apache-2.0
|
|
testscenarios>=0.5.0 # Apache-2.0/BSD
|
|
testtools>=2.3.0 # MIT
|
|
toml # MIT
|
|
beautifulsoup4>=4.8.0 # MIT
|
|
-pylint==1.9.4 # GPLv2
|