Skip to content

Commit

Permalink
Merge pull request #659 from coreycb/update-pins
Browse files Browse the repository at this point in the history
setup: Update charm-tools pin set
  • Loading branch information
ajkavanagh authored Aug 2, 2023
2 parents d711a47 + 5f51a7f commit a20d039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
sudo lxd init --auto
# This is a throw-away CI environment, do not do this at home
sudo chmod 666 /var/snap/lxd/common/lxd/unix.socket
# Fixup iptables forwarding issues from LXD containers with a flush and
# re-create of rules.
sudo iptables -F FORWARD
sudo iptables -P FORWARD ACCEPT
- name: Checkout layer-basic
uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=[
'cheetah3>=3.0.0,<4.0',
'pyyaml>=5.0,<6.0',
'pyyaml>=5.0,!=5.4.0,!=5.4.1,<6.0',
'requests>=2.0.0,<3.0.0',
'blessings<2.0',
'ruamel.yaml<0.16.0;python_version < "3.7"',
Expand All @@ -56,7 +56,7 @@
'jujubundlelib<0.6',
'virtualenv>=1.11.4,<21',
'colander<1.9',
'jsonschema<5.0',
'jsonschema<4.18.0',
'keyring<24',
'secretstorage<3.4',
'dict2colander==0.2',
Expand Down

0 comments on commit a20d039

Please sign in to comment.