aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yaml4
-rw-r--r--.github/workflows/deploy.yaml2
-rw-r--r--.github/workflows/lint-test.yaml4
-rw-r--r--.github/workflows/sentry-release.yml2
-rw-r--r--.github/workflows/static-preview.yaml6
-rw-r--r--poetry.lock15
-rw-r--r--pyproject.toml4
7 files changed, 19 insertions, 18 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index ab7321de..4cd68d83 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -23,7 +23,7 @@ jobs:
echo "::set-output name=tag::$tag"
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
# The current version (v2) of Docker's build-push action uses
# buildx, which comes with BuildKit features that help us speed
@@ -32,7 +32,7 @@ jobs:
#
# See https://github.com/docker/build-push-action
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
- name: Login to Github Container Registry
uses: docker/login-action@v1
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 5509e55c..ea5e0303 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -26,7 +26,7 @@ jobs:
# deployment.yaml file using a GitHub Personal Access
# Token to get access.
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: python-discord/kubernetes
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index f82e1d4f..50daadea 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Install Python Dependencies
uses: HassanAbouelela/actions/setup-python@setup-python_v1.3.1
@@ -85,7 +85,7 @@ jobs:
- name: Upload a Build Artifact
if: always() && steps.prepare-artifact.outcome == 'success'
continue-on-error: true
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: pull-request-payload
path: pull_request_payload.json
diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml
index a3df5b1a..6521c389 100644
--- a/.github/workflows/sentry-release.yml
+++ b/.github/workflows/sentry-release.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@main
+ uses: actions/checkout@v3
- name: Create a Sentry.io release
uses: tclindner/[email protected]
env:
diff --git a/.github/workflows/static-preview.yaml b/.github/workflows/static-preview.yaml
index 52d7df5a..e542f81d 100644
--- a/.github/workflows/static-preview.yaml
+++ b/.github/workflows/static-preview.yaml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
# Create a commit SHA-based tag for the container repositories
- name: Create SHA Container Tag
@@ -22,7 +22,7 @@ jobs:
echo "::set-output name=tag::$tag"
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
- name: Login to Github Container Registry
uses: docker/login-action@v1
@@ -70,7 +70,7 @@ jobs:
STATIC_BUILD=TRUE
- name: Upload Build
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: static-build
path: docker_build/app/build/
diff --git a/poetry.lock b/poetry.lock
index 39a364e3..ead1ef79 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1070,14 +1070,14 @@ toml = ["toml"]
[[package]]
name = "pyfakefs"
-version = "5.0.0"
+version = "5.1.0"
description = "pyfakefs implements a fake file system that mocks the Python file system modules."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "pyfakefs-5.0.0-py3-none-any.whl", hash = "sha256:e1b01954978fe2d9a4d75f079359d7f8d3af3bb12ff2dc8633a4cc0a0dc7fbda"},
- {file = "pyfakefs-5.0.0.tar.gz", hash = "sha256:19d1d8f1ee520891d78b6ed05c2078e0792d545f83dee33461fbaa5cc72e187d"},
+ {file = "pyfakefs-5.1.0-py3-none-any.whl", hash = "sha256:e6f34a8224b41f1b1ab25aa8d430121dac42e3c6e981e01eae76b3343fba47d0"},
+ {file = "pyfakefs-5.1.0.tar.gz", hash = "sha256:316c6026640d14a6b4fbde71fd9674576d1b5710deda8fabde8aad51d785dbc3"},
]
[[package]]
@@ -1266,14 +1266,14 @@ idna2008 = ["idna"]
[[package]]
name = "sentry-sdk"
-version = "1.12.1"
+version = "1.13.0"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.12.1.tar.gz", hash = "sha256:5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c"},
- {file = "sentry_sdk-1.12.1-py2.py3-none-any.whl", hash = "sha256:9f0b960694e2d8bb04db4ba6ac2a645040caef4e762c65937998ff06064f10d6"},
+ {file = "sentry-sdk-1.13.0.tar.gz", hash = "sha256:72da0766c3069a3941eadbdfa0996f83f5a33e55902a19ba399557cfee1dddcc"},
+ {file = "sentry_sdk-1.13.0-py2.py3-none-any.whl", hash = "sha256:b7ff6318183e551145b5c4766eb65b59ad5b63ff234dffddc5fb50340cad6729"},
]
[package.dependencies]
@@ -1300,6 +1300,7 @@ rq = ["rq (>=0.6)"]
sanic = ["sanic (>=0.8)"]
sqlalchemy = ["sqlalchemy (>=1.2)"]
starlette = ["starlette (>=0.19.1)"]
+starlite = ["starlite (>=1.48)"]
tornado = ["tornado (>=5)"]
[[package]]
@@ -1492,4 +1493,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "77cce32c3f20953bbbe109eb8c7965f95f4c3079262452842799178e52206bdc"
+content-hash = "63d3a22be93b1ded0eecd15fb61654089ea6d0dc275689e181f0aa70bf4cb1e3"
diff --git a/pyproject.toml b/pyproject.toml
index 57527abc..71bed100 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ whitenoise = "6.3.0"
httpx = "0.23.3"
pyyaml = "6.0"
gunicorn = "20.1.0"
-sentry-sdk = "1.12.1"
+sentry-sdk = "1.13.0"
markdown = "3.4.1"
python-frontmatter = "1.0.0"
django-prometheus = "2.2.0"
@@ -38,7 +38,7 @@ flake8-string-format = "0.3.0"
flake8-todo = "0.7"
pep8-naming = "0.13.3"
pre-commit = "2.21.0"
-pyfakefs = "5.0.0"
+pyfakefs = "5.1.0"
taskipy = "1.10.3"
python-dotenv = "0.21.0"