Skip to content

Commit

Permalink
Switch tp PyYAML 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jul 20, 2023
1 parent a99a8ed commit 2f4dd71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
18 changes: 7 additions & 11 deletions package-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# A requirements file used by our Travis CI/CD process
# to test and package the utilities. Refer to src/python/setup.py
# for the module's runtime requirements.

# For testing...
black == 22.3.0
coverage == 6.3.2
pylint == 2.13.5
black == 23.7.0
coverage == 7.2.7
pylint == 2.17.4
pyroma
setuptools == 56.2.0
setuptools == 68.0.0
pre-commit == 2.18.1
PyYAML == 5.4.1
im-data-manager-job-decoder == 1.8.0
PyYAML == 6.0.1
im-data-manager-job-decoder == 1.17.2

# In order to run 'python setup.py bdist_wheel'...
wheel == 0.36.2
wheel == 0.40.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def get_long_description():
# Minimum requirements to use the metadata.
# This is different to the requirements.txt file
install_requires=[
'PyYAML>=5.3,<6.0',
'PyYAML>=6.0.1,<7.0',
'jsonpickle>=2.0.0,<3.0.0',
'im-data-manager-job-decoder>=1.11.5,<2.0.0'
'im-data-manager-job-decoder>=1.17.2,<2.0.0'
],

# Supported Python versions
Expand Down

0 comments on commit 2f4dd71

Please sign in to comment.