Skip to content

Commit

Permalink
dep: update pinned requirements
Browse files Browse the repository at this point in the history
As described in theupdateframework#1249 requirements-pinned.txt is automatically
updated by Dependabot on version updates, but not if transitive
dependencies are added or removed.

This patch removes the no longer required transient dependency six,
following a run of pip-compile for all supported Python versions.

No other dependency changes were detected, nor were there different
dependencies in different Python versions, requiring env markers
in the requirements file.

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Feb 14, 2022
1 parent 73ce299 commit 8ec45dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ pycparser==2.21 # via cffi
pynacl==1.5.0 # via securesystemslib
requests==2.27.1
securesystemslib[crypto,pynacl]==0.22.0
six==1.16.0 # via pynacl, securesystemslib
urllib3==1.26.8 # via requests

0 comments on commit 8ec45dc

Please sign in to comment.