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: rclement/mailer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 68900ba91101d7568a7c31048fb4f98957610dfc
Choose a base ref
..
head repository: rclement/mailer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ffb724109077487b56c3fcfd45f60b02ed56e0e
Choose a head ref
Showing with 503 additions and 504 deletions.
  1. +1 −1 Pipfile
  2. +502 −503 Pipfile.lock
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ requests = "==2.31.0"
sentry-sdk = {extras = ["fastapi"],version = "==1.39.1"}

[dev-packages]
bandit = "==1.7.8"
bandit = "==1.7.9"
black = "==22.12.0"
faker = "==19.13.0"
flake8 = "==6.1.0"
Loading