You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build: Extracted runtime dependencies finto requirements.txt.
Signed-off-by: Michael Seifert <[email protected]>
* build: Removed upper version bound on pytest dependency.
Constrained pytest to v7.1.1.
Signed-off-by: Michael Seifert <[email protected]>
* build: Added version constraints for transitive dependencies of the "testing" extra.
Signed-off-by: Michael Seifert <[email protected]>
* build: Added version constraints for dependencies to the "pytest-min" tox environment.
Signed-off-by: Michael Seifert <[email protected]>
* build: Extracted runtime dependencies from pytest-min tox environment into the file pytest-min-requirements.txt.
Signed-off-by: Michael Seifert <[email protected]>
* build: Added missing explicit dependency on typing-extensions to pytest-min-requirements.
Signed-off-by: Michael Seifert <[email protected]>
* ci: Move different sets of constraint and requirement files to different directories.
This allows Dependabot to update both dependency sets independently.
Signed-off-by: Michael Seifert <[email protected]>
* build: Removed upper bound on the mypy version installed by the "testing" extra.
Adjusted constraints accordingly.
Signed-off-by: Michael Seifert <[email protected]>
* build: Removed upper bound on the coverage version installed by the "testing" extra.
Adjusted constraints accordingly.
Signed-off-by: Michael Seifert <[email protected]>
0 commit comments