Skip to content

Commit

Permalink
test(python): Update an expected result
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Feb 2, 2024
1 parent f745c51 commit 83d193a
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project:
dependencies:
- id: "PyPI::django:2.2.20"
dependencies:
- id: "PyPI::pytz:2023.4"
- id: "PyPI::pytz:2024.1"
- id: "PyPI::sqlparse:0.4.4"
packages:
- id: "PyPI::django:2.2.20"
Expand Down Expand Up @@ -58,8 +58,8 @@ packages:
url: "https://github.com/django/django.git"
revision: ""
path: ""
- id: "PyPI::pytz:2023.4"
purl: "pkg:pypi/pytz@2023.4"
- id: "PyPI::pytz:2024.1"
purl: "pkg:pypi/pytz@2024.1"
authors:
- "Stuart Bishop <[email protected]>"
declared_licenses:
Expand All @@ -72,14 +72,14 @@ packages:
description: "World timezone definitions, modern and historical"
homepage_url: "http://pythonhosted.org/pytz"
binary_artifact:
url: "https://files.pythonhosted.org/packages/3b/dd/9b84302ba85ac6d3d3042d3e8698374838bde1c386b4adb1223d7a0efd4e/pytz-2023.4-py2.py3-none-any.whl"
url: "https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl"
hash:
value: "f90ef520d95e7c46951105338d918664ebfd6f1d995bd7d153127ce90efafa6a"
value: "328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"
algorithm: "SHA-256"
source_artifact:
url: "https://files.pythonhosted.org/packages/ae/fd/c5bafe60236bc2a464452f916b6a1806257109c8954d6a7d19e5d4fb012f/pytz-2023.4.tar.gz"
url: "https://files.pythonhosted.org/packages/90/26/9f1f00a5d021fff16dee3de13d43e5e978f3d58928e129c3a62cf7eb9738/pytz-2024.1.tar.gz"
hash:
value: "31d4583c4ed539cd037956140d695e42c033a19e984bfce9964a3f7d59bc2b40"
value: "2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"
algorithm: "SHA-256"
vcs:
type: ""
Expand Down

0 comments on commit 83d193a

Please sign in to comment.