Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ONSdigital/statistical-methods-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f55adc7d668be41d21cde03f91469d8a78eee61e
Choose a base ref
..
head repository: ONSdigital/statistical-methods-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 77cd91f7219d46e64c3215d359ed1a66ff3842c5
Choose a head ref
Showing with 41 additions and 58 deletions.
  1. +40 −57 poetry.lock
  2. +1 −1 pyproject.toml
97 changes: 40 additions & 57 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ pytest = "^6.2.4"
black = "^21.9b0"
isort = "^5.8.0"
flake8 = "^3.9.2"
coverage = "^5.5"
coverage = "^6.0"
pytest-cov = "^3.0.0"
chispa = "*"
pytest-dependency = "^0.5.1"