Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Jul 11, 2024
2 parents 4cb268a + 2fecf26 commit d9bdb69
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ jobs:
trigger: pull_request
metadata:
targets:
- epel-7-x86_64
- epel-8-x86_64
- fedora-all
- epel-9-x86_64
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Jinja2>=3.1.4
boto3>=1.28.46
botocore>=1.31.46
click>=8.1.7
requests>=2.31.0
PyYAML>=6.0.1
Jinja2>=3.1.3
boto3>=1.18.35
botocore>=1.21.35
click>=8.1.3
requests>=2.25.0
PyYAML>=5.4.1
defusedxml>=0.7.1
subresource-integrity>=0.2
jsonschema>=4.19.0
urllib3>=1.26.18
jsonschema>=4.9.1
urllib3>=1.25.10
semantic-version>=2.10.0
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"console_scripts": ["charon = charon.cmd:cli"],
},
install_requires=[
"Jinja2>=3.1.4",
"boto3>=1.28.46",
"botocore>=1.31.46",
"click>=8.1.7",
"requests>=2.31.0",
"PyYAML>=6.0.1",
"Jinja2>=3.1.3",
"boto3>=1.18.35",
"botocore>=1.21.35",
"click>=8.1.3",
"requests>=2.25.0",
"PyYAML>=5.4.1",
"defusedxml>=0.7.1",
"subresource-integrity>=0.2",
"jsonschema>=4.19.0",
"urllib3>=1.26.18",
"jsonschema>=4.9.1",
"urllib3>=1.25.10",
"semantic-version>=2.10.0"
],
)

0 comments on commit d9bdb69

Please sign in to comment.