mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-12-04 12:13:38 +01:00
update dependencies
This commit is contained in:
parent
c0c1276a09
commit
f27ba67bc6
8 changed files with 15 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye
|
FROM mcr.microsoft.com/devcontainers/python:3.13-bullseye
|
||||||
RUN apt-get update && apt-get upgrade -y
|
RUN apt-get update && apt-get upgrade -y
|
||||||
RUN pip install pip-tools invoke
|
RUN pip install pip-tools invoke
|
||||||
COPY requirements.in requirements.txt requirements-dev.in requirements-dev.txt constraints.txt tasks.py ./
|
COPY requirements.in requirements.txt requirements-dev.in requirements-dev.txt constraints.txt tasks.py ./
|
||||||
|
|
2
.github/workflows/codeql-analysis.yaml
vendored
2
.github/workflows/codeql-analysis.yaml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.13'
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.13'
|
||||||
cache: pip
|
cache: pip
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
2
.github/workflows/update-dependencies.yaml
vendored
2
.github/workflows/update-dependencies.yaml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.13'
|
||||||
cache: pip
|
cache: pip
|
||||||
- name: Update dependencies
|
- name: Update dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tools]
|
[tools]
|
||||||
python = {version="3.12", virtualenv=".venv"}
|
python = {version="3.13", virtualenv=".venv"}
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
ENV_FILE = "{{config_root}}/envs/local-envs.env"
|
ENV_FILE = "{{config_root}}/envs/local-envs.env"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile with Python 3.12
|
# This file is autogenerated by pip-compile with Python 3.13
|
||||||
# by the following command:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe --output-file=constraints.txt --strip-extras requirements.in
|
# pip-compile --allow-unsafe --output-file=constraints.txt --strip-extras requirements.in
|
||||||
|
@ -67,7 +67,7 @@ requests==2.32.3
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
selenium==4.27.0
|
selenium==4.27.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
# via trio
|
# via trio
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile with Python 3.12
|
# This file is autogenerated by pip-compile with Python 3.13
|
||||||
# by the following command:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe --constraint=constraints.txt requirements-dev.in
|
# pip-compile --allow-unsafe --constraint=constraints.txt requirements-dev.in
|
||||||
|
@ -66,9 +66,9 @@ h11==0.14.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.119.4
|
hypothesis==6.122.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.6.2
|
identify==2.6.3
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
idna==3.10
|
idna==3.10
|
||||||
# via
|
# via
|
||||||
|
@ -155,9 +155,9 @@ requests==2.32.3
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.8.0
|
ruff==0.8.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.27.0
|
selenium==4.27.1
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
|
@ -197,7 +197,7 @@ urllib3[socks]==2.2.3
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
virtualenv==20.27.1
|
virtualenv==20.28.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wcwidth==0.2.13
|
wcwidth==0.2.13
|
||||||
# via blessed
|
# via blessed
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile with Python 3.12
|
# This file is autogenerated by pip-compile with Python 3.13
|
||||||
# by the following command:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe requirements.in
|
# pip-compile --allow-unsafe requirements.in
|
||||||
|
@ -67,7 +67,7 @@ requests==2.32.3
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
selenium==4.27.0
|
selenium==4.27.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
# via trio
|
# via trio
|
||||||
|
|
Loading…
Reference in a new issue