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: Vandebron/mpyl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f4f5ef50b757913e06275d23db5993874beba2d4
Choose a base ref
..
head repository: Vandebron/mpyl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ae5268cfcae77fcf40aac7245b0ab4d1c661299d
Choose a head ref
Showing with 89 additions and 38 deletions.
  1. +1 −1 Pipfile
  2. +88 −37 Pipfile.lock
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ name = "pypi"

[packages]
jsonschema = "==4.23.0"
mypy = "==1.13.0"
gitpython = "==3.1.43"
"ruamel.yaml" = "==0.18.6"
kubernetes = "==27.2.0"
@@ -31,7 +32,6 @@ types-pyyaml = "==6.0.12.2"
types-requests = "==2.28.2"
twine = "==5.1.1"
types-six = "==1.16.21.4"
mypy = "==1.11.0"
dagit = "==1.2.6"
dagster = "==1.2.6"
pylint = "==3.2.7"
125 changes: 88 additions & 37 deletions Pipfile.lock

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