1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-17 15:51:14 +03:00

build(deps-dev): bump flake8-noqa from 1.2.5 to 1.2.8

Bumps [flake8-noqa](https://github.com/plinss/flake8-noqa) from 1.2.5 to 1.2.8.
- [Release notes](https://github.com/plinss/flake8-noqa/releases)
- [Commits](https://github.com/plinss/flake8-noqa/compare/v1.2.5...v1.2.8)

---
updated-dependencies:
- dependency-name: flake8-noqa
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-02 18:06:11 +00:00 committed by GitHub
parent f973f87eb9
commit 8cfaef6ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ flake8-docstrings==1.6.0
isort==5.10.1 isort==5.10.1
flake8-isort==4.1.1 flake8-isort==4.1.1
flake8-json==21.7.0 flake8-json==21.7.0
flake8-noqa==1.2.5 flake8-noqa==1.2.8
flake8-polyfill==1.0.2 flake8-polyfill==1.0.2
flake8-use-fstring==1.3 flake8-use-fstring==1.3
@ -42,7 +42,7 @@ py2exe==0.11.1.1; sys_platform == 'win32'
# Testing # Testing
pytest==7.1.2 pytest==7.1.2
pytest-cov==3.0.0 # Pytest code coverage support pytest-cov==3.0.0 # Pytest code coverage support
coverage[toml]==6.4.1 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs coverage[toml]==6.4.2 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs
# For manipulating folder permissions and the like. # For manipulating folder permissions and the like.
pywin32==304; sys_platform == 'win32' pywin32==304; sys_platform == 'win32'