Skip to content

Commit

Permalink
Merge branch 'main' into br/gh6
Browse files Browse the repository at this point in the history
  • Loading branch information
shenanigansd authored May 19, 2024
2 parents 3f2f82b + 9a71dc4 commit 6e20928
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Dependency Review
uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
with:
config-file: darbiadev/.github/.github/dependency-review-config.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/sentry-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: "Create Sentry release"
uses: getsentry/action-release@e769183448303de84c5a06aaaddf9da7be26d6c7 # v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim@sha256:5dc6f84b5e97bfb0c90abfb7c55f3cacc2cb6687c8f920b64a833a2219875997
FROM python:3.12-slim@sha256:2be8daddbb82756f7d1f2c7ece706aadcb284bf6ab6d769ea695cc3ed6016743

# Define Git SHA build argument for sentry
ARG git_sha="development"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ select = [
]
ignore = [
"CPY001", # (Missing copyright notice at top of file) - No license
"RUF029", # (Function `` is declared `async`, but doesn't `await` or use `async` features.) - all routes are async
]

[tool.ruff.lint.extend-per-file-ignores]
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filelock==3.13.3
# via virtualenv
identify==2.5.35
# via pre-commit
mypy==1.9.0
mypy==1.10.0
# via -r requirements/requirements-dev.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -40,7 +40,7 @@ pyyaml==6.0.1
# via
# -c requirements/requirements.txt
# pre-commit
ruff==0.3.5
ruff==0.4.2
# via -r requirements/requirements-dev.in
typing-extensions==4.10.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ charset-normalizer==3.3.2
# via requests
docutils==0.20.1
# via sphinx
furo==2024.1.29
furo==2024.4.27
# via -r requirements/requirements-docs.in
idna==3.6
# via
Expand Down Expand Up @@ -56,7 +56,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==7.3.7
# via
# -r requirements/requirements-docs.in
# furo
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ iniconfig==2.0.0
# via pytest
packaging==24.0
# via pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/requirements-tests.in
# pytest-randomly
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2024.2.2
# sentry-sdk
click==8.1.7
# via uvicorn
fastapi==0.110.1
fastapi==0.110.3
# via
# -r requirements/requirements.in
# sentry-sdk
Expand Down Expand Up @@ -50,7 +50,7 @@ python-dotenv==1.0.1
# uvicorn
pyyaml==6.0.1
# via uvicorn
sentry-sdk[fastapi]==1.44.1
sentry-sdk[fastapi]==2.0.1
# via -r requirements/requirements.in
sniffio==1.3.1
# via
Expand Down

0 comments on commit 6e20928

Please sign in to comment.