Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency updates for 2.3.0 #1154

Open
wants to merge 27 commits into
base: 2.3.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f125505
Update setuptools requirement from <74,>=73 to >=73,<75
dependabot[bot] Sep 1, 2024
48211a8
Bump @babel/cli from 7.24.1 to 7.25.6 in the babel group
dependabot[bot] Sep 1, 2024
583b9eb
Bump webpack from 5.93.0 to 5.94.0 in the webpack group
dependabot[bot] Sep 1, 2024
e165f94
Update django-allauth[openid,socialaccount] requirement
dependabot[bot] Sep 1, 2024
d9eecc1
build(deps-dev): bump the dev-dependencies group across 1 directory w…
dependabot[bot] Sep 23, 2024
a765e08
build(deps): update setuptools requirement from <75,>=73 to >=73,<76
dependabot[bot] Oct 1, 2024
7bef6cc
build(deps-dev): bump webpack from 5.94.0 to 5.95.0 in the webpack group
dependabot[bot] Oct 1, 2024
c66f9d0
build(deps): bump date-fns in the prod-dependencies group
dependabot[bot] Oct 1, 2024
44dd313
build(deps): update importlib-metadata requirement from <8.5.0 to <8.6.0
dependabot[bot] Oct 1, 2024
22d685b
build(deps): bump the django group with 2 updates
dependabot[bot] Oct 1, 2024
cbf49c9
build(deps): update django-allauth[openid,socialaccount] requirement
dependabot[bot] Nov 1, 2024
bc5ae80
build(deps-dev): bump webpack from 5.95.0 to 5.96.0 in the webpack group
dependabot[bot] Nov 1, 2024
b5e813e
build(deps-dev): bump the babel group with 3 updates
dependabot[bot] Nov 1, 2024
d50c0db
build(deps): bump react-datepicker in the react group
dependabot[bot] Nov 1, 2024
165efb8
build(deps): bump coverallsapp/github-action in the github-actions group
dependabot[bot] Nov 1, 2024
67a8b85
build(deps-dev): bump eslint-plugin-react
dependabot[bot] Nov 1, 2024
831dfb7
build(pre-commit): pre-commit autoupdate by ci
pre-commit-ci[bot] Nov 4, 2024
14be1a0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 4, 2024
f6bea8d
build(deps-dev): bump sass
dependabot[bot] Nov 27, 2024
c9e2a02
build(deps): bump the optional group across 1 directory with 4 updates
dependabot[bot] Nov 28, 2024
f6e136c
build(deps): update django-allauth[openid,socialaccount] requirement
dependabot[bot] Dec 1, 2024
4bcb8f3
build(deps): update wheel requirement from <0.45,>=0.42 to >=0.42,<0.46
dependabot[bot] Dec 1, 2024
7df3d61
build(deps-dev): bump the webpack group with 2 updates
dependabot[bot] Jan 1, 2025
7aa0f84
build(deps-dev): bump the babel group with 2 updates
dependabot[bot] Jan 1, 2025
c1dc016
build(deps-dev): bump sass
dependabot[bot] Jan 7, 2025
4262605
feat: drop support for python 3.8
afuetterer Dec 8, 2024
aaea6d1
style(py39): apply ruff fixes for typing
MyPyDavid Dec 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ['3.8', '3.12']
python-version: ['3.9', '3.12']
db-backend: [mysql, postgres]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
env:
GITHUB_DB_BACKEND: ${{ matrix.db-backend }}
- name: Upload coverage data to coveralls.io
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
with:
flag-name: '${{ matrix.db-backend }}: ${{ matrix.python-version }}'
parallel: true
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Coveralls finish
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
with:
parallel-finished: true

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ repos:
exclude: \.dot$
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.12.0
rev: v9.14.0
hooks:
- id: eslint
args: [--fix, --color]
Expand All @@ -36,7 +36,7 @@ repos:
- [email protected]
- [email protected]
- repo: https://github.com/crate-ci/typos
rev: v1.26.0
rev: v1.27.0
hooks:
- id: typos
exclude: |
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you decide to work on the issue yourself, please wait until you received some

## How to set up your development environment

You need [Python 3.8+](https://www.python.org/downloads).
You need [Python 3.9+](https://www.python.org/downloads).

Install the package with development requirements:

Expand Down
Loading
Loading