Skip to content

Commit

Permalink
Update dependencies and DSW SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Apr 6, 2024
1 parent f923c30 commit 89989a6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
anyio==3.6.2
certifi==2023.5.7
click==8.1.3
fastapi==0.95.2
annotated-types==0.6.0
anyio==4.3.0
certifi==2024.2.2
fastapi==0.110.1
h11==0.14.0
httpcore==0.17.2
httpx==0.24.1
idna==3.4
Jinja2==3.1.2
MarkupSafe==2.1.2
pydantic==1.10.8
sniffio==1.3.0
starlette==0.27.0
typing_extensions==4.6.1
uvicorn==0.22.0
httpcore==1.0.5
httpx==0.27.0
idna==3.6
Jinja2==3.1.3
MarkupSafe==2.1.5
pydantic==2.6.4
pydantic_core==2.16.3
sniffio==1.3.1
starlette==0.37.2
typing_extensions==4.11.0
2 changes: 1 addition & 1 deletion src/fip2dmp_importer/static/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const importer = new DSWImporter()
const importer = new dsw.Importer()

let selected = null;
let fips = [];
Expand Down
2 changes: 1 addition & 1 deletion src/fip2dmp_importer/templates/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="https://code.jquery.com/jquery-3.7.0.min.js"
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g="
crossorigin="anonymous"></script>
<script src="https://unpkg.com/@ds-wizard/importer-sdk/lib/index.js"></script>
<script src="https://unpkg.com/@ds-wizard/integration-sdk/lib/index.js"></script>
{% if development %}
<script>
window.opener = {
Expand Down

0 comments on commit 89989a6

Please sign in to comment.