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: 1a56f3fb8574755da4588db32dae2f799ef25cf5
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: 875ba99c0ee616f5eeb678edb8e1098da0adedc9
Choose a head ref
Showing with 7 additions and 7 deletions.
  1. +6 −6 poetry.lock
  2. +1 −1 pyproject.toml
12 changes: 6 additions & 6 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
@@ -11,7 +11,7 @@ pyspark = "3.1.1"

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
black = "^21.9b0"
black = "^21.10b0"
isort = "^5.8.0"
flake8 = "^4.0.1"
coverage = "^6.1"