Skip to content

Commit

Permalink
fix secfinding
Browse files Browse the repository at this point in the history
  • Loading branch information
reschandreas committed Feb 25, 2024
1 parent a821473 commit 5fbe235
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 1 addition & 2 deletions api/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#run to update: pip-compile --output-file requirements.txt ../cli/requirements.in requirements.in
fastapi
starlette
fastapi>=0.110.0
pydantic
uvicorn
gunicorn
10 changes: 4 additions & 6 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ docker==7.0.0
# via -r ../cli/requirements.in
email-validator==2.1.0.post1
# via pydantic
fastapi==0.109.1
fastapi==0.110.0
# via -r requirements.in
genson==1.2.2
# via datamodel-code-generator
gitdb==4.0.11
# via gitpython
gitpython==3.1.41
gitpython==3.1.42
# via -r ../cli/requirements.in
gunicorn==21.2.0
# via -r requirements.in
Expand Down Expand Up @@ -124,10 +124,8 @@ smmap==5.0.1
# via gitdb
sniffio==1.3.0
# via anyio
starlette==0.35.1
# via
# -r requirements.in
# fastapi
starlette==0.36.3
# via fastapi
types-pyyaml==6.0.12.12
# via -r ../cli/requirements.in
types-requests==2.31.0.20240125
Expand Down
2 changes: 1 addition & 1 deletion cli/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker
pytest
pydantic
coverage
gitpython>=3.1.41
gitpython>=3.1.42
types-requests
urllib3
python-jenkins
Expand Down

0 comments on commit 5fbe235

Please sign in to comment.