Skip to content

Commit

Permalink
Merge pull request #1816 from camptocamp/backport/1813-to-1.3
Browse files Browse the repository at this point in the history
[Backport 1.3] Just requires that certifi is present
  • Loading branch information
sbrunner authored Jul 8, 2024
2 parents 9ab1401 + 606b094 commit 9ad9995
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
POETRY_DYNAMIC_VERSIONING_BYPASS: 0.0.0
- run:
python3 -m pip install --user --force-reinstall dist/c2cciutils-0.0.0-py3-none-any.whl[checks,publish]
'ruamel.yaml<0.18.0'
'ruamel.yaml<0.18.0' 'importlib-metadata<8.0.0'
- run: rm -rf dist build

- name: Checks
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,4 @@ poetry-plugin-tweak-dependencies-version = "full"
poetry = "full"
poetry-core = "full"
cryptography = "present"
certifi = "present"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ poetry-plugin-export==1.3.1
poetry-dynamic-versioning[plugin]==0.20.0
poetry-plugin-tweak-dependencies-version==1.2.1
pip==23.3.2
importlib-metadata<8.0.0>=7.0.0
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 9ad9995

Please sign in to comment.