-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(python): Update expected test results
Signed-off-by: Thomas Steenbergen <[email protected]>
- Loading branch information
1 parent
c4c14f2
commit 9f04bfa
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ project: | |
- id: "PyPI::django:2.2.20" | ||
dependencies: | ||
- id: "PyPI::pytz:2024.1" | ||
- id: "PyPI::sqlparse:0.4.4" | ||
- id: "PyPI::sqlparse:0.5.0" | ||
packages: | ||
- id: "PyPI::django:2.2.20" | ||
purl: "pkg:pypi/[email protected]" | ||
|
@@ -91,8 +91,8 @@ packages: | |
url: "" | ||
revision: "" | ||
path: "" | ||
- id: "PyPI::sqlparse:0.4.4" | ||
purl: "pkg:pypi/sqlparse@0.4.4" | ||
- id: "PyPI::sqlparse:0.5.0" | ||
purl: "pkg:pypi/sqlparse@0.5.0" | ||
authors: | ||
- "Andi Albrecht <[email protected]>" | ||
declared_licenses: | ||
|
@@ -103,14 +103,14 @@ packages: | |
description: "A non-validating SQL parser." | ||
homepage_url: "" | ||
binary_artifact: | ||
url: "https://files.pythonhosted.org/packages/98/5a/66d7c9305baa9f11857f247d4ba761402cea75db6058ff850ed7128957b7/sqlparse-0.4.4-py3-none-any.whl" | ||
url: "https://files.pythonhosted.org/packages/43/5d/a0fdd88fd486b39ae1fd1a75ff75b4e29a0df96c0304d462fd407b82efe0/sqlparse-0.5.0-py3-none-any.whl" | ||
hash: | ||
value: "5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3" | ||
value: "c204494cd97479d0e39f28c93d46c0b2d5959c7b9ab904762ea6c7af211c8663" | ||
algorithm: "SHA-256" | ||
source_artifact: | ||
url: "https://files.pythonhosted.org/packages/65/16/10f170ec641ed852611b6c9441b23d10b5702ab5288371feab3d36de2574/sqlparse-0.4.4.tar.gz" | ||
url: "https://files.pythonhosted.org/packages/50/26/5da251cd090ccd580f5cfaa7d36cdd8b2471e49fffce60ed520afc27f4bc/sqlparse-0.5.0.tar.gz" | ||
hash: | ||
value: "d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c" | ||
value: "714d0a4932c059d16189f58ef5411ec2287a4360f17cdd0edd2d09d4c5087c93" | ||
algorithm: "SHA-256" | ||
vcs: | ||
type: "" | ||
|