mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-18 16:16:33 +03:00
Merge branch 'develop' into enhancement/1805/more-pywin32-handoffs
This commit is contained in:
commit
0b4b8dad92
@ -4,7 +4,7 @@
|
|||||||
setuptools==75.8.0
|
setuptools==75.8.0
|
||||||
|
|
||||||
# Static analysis tools
|
# Static analysis tools
|
||||||
flake8==7.1.2
|
flake8==7.2.0
|
||||||
flake8-annotations-coverage==0.0.6
|
flake8-annotations-coverage==0.0.6
|
||||||
flake8-cognitive-complexity==0.1.0
|
flake8-cognitive-complexity==0.1.0
|
||||||
flake8-comprehensions==3.16.0
|
flake8-comprehensions==3.16.0
|
||||||
@ -16,7 +16,7 @@ flake8-use-fstring==1.4
|
|||||||
|
|
||||||
mypy==1.15.0
|
mypy==1.15.0
|
||||||
pep8-naming==0.14.1
|
pep8-naming==0.14.1
|
||||||
safety==3.3.1
|
safety==3.4.0
|
||||||
types-requests==2.32.0.20250328
|
types-requests==2.32.0.20250328
|
||||||
types-setuptools==78.1.0.20250329
|
types-setuptools==78.1.0.20250329
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ types-setuptools==78.1.0.20250329
|
|||||||
autopep8==2.3.2
|
autopep8==2.3.2
|
||||||
|
|
||||||
# Git pre-commit checking
|
# Git pre-commit checking
|
||||||
pre-commit==4.1.0
|
pre-commit==4.2.0
|
||||||
|
|
||||||
# HTML changelogs
|
# HTML changelogs
|
||||||
mistune==3.1.1
|
mistune==3.1.1
|
||||||
@ -36,7 +36,7 @@ py2exe==0.13.0.2; sys_platform == 'win32'
|
|||||||
# Testing
|
# Testing
|
||||||
pytest==8.3.5
|
pytest==8.3.5
|
||||||
pytest-cov==6.1.0 # Pytest code coverage support
|
pytest-cov==6.1.0 # Pytest code coverage support
|
||||||
coverage[toml]==7.6.1 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs
|
coverage[toml]==7.8.0 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs
|
||||||
coverage-conditional-plugin==0.9.0
|
coverage-conditional-plugin==0.9.0
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
pillow==11.1.0
|
pillow==11.2.1
|
||||||
watchdog==6.0.0
|
watchdog==6.0.0
|
||||||
simplesystray==0.1.0; sys_platform == 'win32'
|
simplesystray==0.1.0; sys_platform == 'win32'
|
||||||
semantic-version==2.10.0
|
semantic-version==2.10.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user