Skip to content

Commit

Permalink
upgrade test beds
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Oct 22, 2024
1 parent 733c198 commit b6c6128
Show file tree
Hide file tree
Showing 116 changed files with 1,485 additions and 3,606 deletions.
2 changes: 1 addition & 1 deletion tests/_data/infiles/environment/with-extras/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def main() -> None:
# additionals for reproducibility foo
'importlib-resources>=1.4.0',
'pkgutil-resolve-name>=1.3.10',
# 'zipp>=3.1.0', << caused issues on py3.12
'zipp>=3.1.0',
)


Expand Down
34 changes: 17 additions & 17 deletions tests/_data/infiles/environment/with-extras/pinning.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
arrow==1.3.0
attrs==23.1.0
attrs==24.2.0
boolean.py==4.0
cyclonedx-python-lib==6.0.0
cyclonedx-python-lib==8.2.0
defusedxml==0.7.1
fqdn==1.5.1
idna==3.6
importlib-resources==6.1.1
idna==3.10
importlib_resources==6.4.5
isoduration==20.11.0
jsonpointer==2.4
jsonschema==4.20.0
jsonschema-specifications==2023.11.2
license-expression==30.2.0
lxml==4.9.4
packageurl-python==0.13.1
jsonpointer==3.0.0
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
license-expression==30.3.1
lxml==5.3.0
packageurl-python==0.16.0
pkgutil_resolve_name==1.3.10
py-serializable==0.16.0
python-dateutil==2.8.2
referencing==0.32.0
py-serializable==1.1.2
python-dateutil==2.9.0.post0
referencing==0.35.1
rfc3339-validator==0.1.4
rfc3987==1.3.8
rpds-py==0.15.2
rpds-py==0.20.0
six==1.16.0
sortedcontainers==2.4.0
types-python-dateutil==2.8.19.14
types-python-dateutil==2.9.0.20241003
uri-template==1.3.0
webcolors==1.13
zipp==3.17.0
webcolors==24.8.0
zipp==3.20.2

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

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

Loading

0 comments on commit b6c6128

Please sign in to comment.