Skip to content

Commit

Permalink
Merge pull request #36 from clear-street/upgrade-pyyaml
Browse files Browse the repository at this point in the history
bump pyyaml to 6.0.1
  • Loading branch information
rtjoseph11 authored Aug 2, 2023
2 parents 22a1385 + 76850e2 commit e9ebcca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pytest-cov==2.8.1
pytest-mock==3.2.0
hvac>=1.0.2,<1.1.0
types-requests==2.25.2
types-PyYAML==5.4.6
types-PyYAML==6.0.12.11
retry==0.9.2
types-retry==0.9.9
jsonpath-ng==1.5.3
pytest-asyncio==0.19.0
pytest-asyncio==0.19.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyYAML==5.4.1
PyYAML==6.0.1
hvac>=1.0.2,<1.1.0
jsonpath-ng==1.5.3
retry==0.9.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ python_files = tests/*.py

[options]
install_requires =
PyYAML==5.4.1
PyYAML==6.0.1
hvac>=0.11.2,<0.12.0
jsonpath-ng==1.5.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():
reqs_list = list(map(lambda x: x.rstrip(), reqs))

setup(name='gestalt-cfg',
version='3.3.1',
version='3.3.2',
description='A sensible configuration library for Python',
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e9ebcca

Please sign in to comment.