Skip to content

Commit

Permalink
Merge branch 'dev' into feature/OPT-792
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoCid authored Sep 18, 2023
2 parents cc63292 + f00cdbf commit 43e51be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs-material==9.1.17
mkdocs-material==9.2.8
mkdocs-glightbox==0.3.4
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
python_requires='>=3.8',
install_requires=[
'pyyaml==6.0.1',
'jsonschema==4.17.3',
'jsonschema==4.19.0',
'deepmerge==1.1.0',
'jmespath==1.0.1',
'python-hcl2==4.3.2',
'requests==2.31.0',
'fastapi==0.99.1',
'python-multipart==0.0.6',
'click==8.1.3',
'uvicorn==0.22.0',
'click==8.1.7',
'uvicorn==0.23.2',
'shapely==2.0.1',
'vsdx==0.5.13',
'python-magic==0.4.27',
Expand All @@ -47,13 +47,13 @@
"pytest-runner==6.0.0",
],
"test": [
'tox==4.6.3',
'pytest==7.4.0',
'responses==0.23.1',
'deepdiff==6.3.0',
'tox==4.11.1',
'pytest==7.4.1',
'responses==0.23.3',
'deepdiff==6.4.1',
'httpx==0.24.1',
'pytest-mock==3.11.1',
'coverage==7.2.7'
'coverage==7.3.1'
]
},
entry_points='''
Expand Down

0 comments on commit 43e51be

Please sign in to comment.