Skip to content

Commit

Permalink
Update deps and trans deps for NOAA-OWP#628.
Browse files Browse the repository at this point in the history
Updating direct and transitive dependency on Docker Python SDK within
internal packages.
  • Loading branch information
robertbartel committed May 28, 2024
1 parent 26eae74 commit e7adf2e
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion python/lib/monitor/dmod/monitor/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.2'
__version__ = '0.3.3'
4 changes: 2 additions & 2 deletions python/lib/monitor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author_email='',
url='',
license='',
install_requires=['docker', 'Faker', 'dmod-core>=0.1.0', 'dmod-communication>=0.4.2', 'dmod-redis>=0.1.0',
'dmod-scheduler>=0.5.0'],
install_requires=['docker>=7.1.0', 'Faker', 'dmod-core>=0.1.0', 'dmod-communication>=0.4.2', 'dmod-redis>=0.1.0',
'dmod-scheduler>=0.12.2'],
packages=find_namespace_packages(exclude=['dmod.test', 'src'])
)
2 changes: 1 addition & 1 deletion python/lib/scheduler/dmod/scheduler/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12.1'
__version__ = '0.12.2'
4 changes: 2 additions & 2 deletions python/lib/scheduler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
author_email='',
url='',
license='',
install_requires=['docker', 'Faker', 'dmod-communication>=0.17.0', 'dmod-modeldata>=0.7.1', 'dmod-redis>=0.1.0',
'requests<=2.31.0', 'dmod-core>=0.15.0', 'cryptography', 'uri', 'pyyaml', 'pydantic>=1.10.8,~=1.10'],
install_requires=['docker>=7.1.0', 'Faker', 'dmod-communication>=0.17.0', 'dmod-modeldata>=0.7.1', 'dmod-redis>=0.1.0',
'dmod-core>=0.15.0', 'cryptography', 'uri', 'pyyaml', 'pydantic>=1.10.8,~=1.10'],
packages=find_namespace_packages(exclude=['dmod.test', 'src'])
)

2 changes: 1 addition & 1 deletion python/services/dataservice/dmod/dataservice/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.0'
__version__ = '0.10.1'
2 changes: 1 addition & 1 deletion python/services/dataservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author_email='',
url='',
license='',
install_requires=['dmod-core>=0.16.0', 'dmod-communication>=0.14.0', 'dmod-scheduler>=0.10.0',
install_requires=['dmod-core>=0.16.0', 'dmod-communication>=0.14.0', 'dmod-scheduler>=0.12.2',
'dmod-modeldata>=0.12.0', 'redis', "pydantic[dotenv]>=1.10.8,~=1.10", "fastapi", "uvicorn[standard]",
'ngen-config@git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen-config&subdirectory=python/ngen_conf',
'ngen-cal@git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen-config&subdirectory=python/ngen_cal'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.2.2'
2 changes: 1 addition & 1 deletion python/services/monitorservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author_email='',
url='',
license='',
install_requires=['dmod-core>=0.1.0', 'dmod-communication>=0.4.2', 'dmod-monitor>=0.3.0'],
install_requires=['dmod-core>=0.1.0', 'dmod-communication>=0.4.2', 'dmod-monitor>=0.3.3'],
packages=find_namespace_packages(exclude=['dmod.test', 'schemas', 'ssl', 'src'])
)

Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.2'
__version__ = '0.2.3'
2 changes: 1 addition & 1 deletion python/services/partitionerservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author_email='',
url='',
license='',
install_requires=['dmod-core>=0.1.0', 'dmod-communication>=0.7.1', 'dmod-modeldata>=0.7.1', 'dmod-scheduler>=0.12.1',
install_requires=['dmod-core>=0.1.0', 'dmod-communication>=0.7.1', 'dmod-modeldata>=0.7.1', 'dmod-scheduler>=0.12.2',
'dmod-externalrequests>=0.3.0'],
packages=find_namespace_packages(exclude=['dmod.test', 'schemas', 'ssl', 'src'])
)
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.11.0'
__version__ = '0.11.1'
2 changes: 1 addition & 1 deletion python/services/schedulerservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
author_email='',
url='',
license='',
install_requires=['dmod-core>=0.2.0', 'dmod-communication>=0.19.0', 'dmod-scheduler>=0.12.1'],
install_requires=['dmod-core>=0.2.0', 'dmod-communication>=0.19.0', 'dmod-scheduler>=0.12.2'],
packages=find_namespace_packages(exclude=['dmod.test', 'deprecated', 'conf', 'schemas', 'ssl', 'src'])
)

0 comments on commit e7adf2e

Please sign in to comment.