Skip to content

Commit

Permalink
Merge branch 'main' into el-command
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 10, 2023
2 parents 732a73c + 83f8286 commit 1c18b8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: GitHub dependency vulnerability check
if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/dependency-review-action@v3.0.6
uses: actions/dependency-review-action@v3.0.7

- name: FOSSA dependency license check
run: |
Expand Down
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ alembic = "^1.11.2"
atomicwrites = "^1.2.1"
authlib = "^1.2.1"
azure-common = {version = "^1.1.28", optional = true}
azure-core = {version = "^1.29.0", optional = true}
azure-core = {version = "^1.29.1", optional = true}
azure-storage-blob = {version = "^12.14.1", optional = true}
backoff = "^2.1.2"
bcrypt = "^3.2.0" # Needs to be installed explicitly so it can be used as a backend for passlib
boto3 = {version = "^1.28.22", optional = true}
boto3 = {version = "^1.28.23", optional = true}
cached-property = "^1" # Remove after Python 3.7 support is dropped
check-jsonschema = "^0.22.0"
click = "^8.1"
Expand Down

0 comments on commit 1c18b8b

Please sign in to comment.