1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-17 15:46:33 +03:00

Merge branch 'develop' into enhancement/1805/more-pywin32-handoffs

This commit is contained in:
David Sangrey 2025-04-27 13:44:24 -04:00 committed by GitHub
commit 0b4b8dad92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
setuptools==75.8.0
# Static analysis tools
flake8==7.1.2
flake8==7.2.0
flake8-annotations-coverage==0.0.6
flake8-cognitive-complexity==0.1.0
flake8-comprehensions==3.16.0
@ -16,7 +16,7 @@ flake8-use-fstring==1.4
mypy==1.15.0
pep8-naming==0.14.1
safety==3.3.1
safety==3.4.0
types-requests==2.32.0.20250328
types-setuptools==78.1.0.20250329
@ -24,7 +24,7 @@ types-setuptools==78.1.0.20250329
autopep8==2.3.2
# Git pre-commit checking
pre-commit==4.1.0
pre-commit==4.2.0
# HTML changelogs
mistune==3.1.1
@ -36,7 +36,7 @@ py2exe==0.13.0.2; sys_platform == 'win32'
# Testing
pytest==8.3.5
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

View File

@ -1,5 +1,5 @@
requests==2.32.3
pillow==11.1.0
pillow==11.2.1
watchdog==6.0.0
simplesystray==0.1.0; sys_platform == 'win32'
semantic-version==2.10.0