mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
switch to 3.12.3
This commit is contained in:
4
.github/actions/setup-project/action.yml
vendored
4
.github/actions/setup-project/action.yml
vendored
@@ -9,10 +9,10 @@ runs:
|
||||
sudo apt-get update \
|
||||
&& sudo apt-get install -y --no-install-recommends \
|
||||
libcurl4-openssl-dev
|
||||
- name: Set up Python 3.12.2
|
||||
- name: Set up Python 3.12.3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.12.2"
|
||||
python-version: "3.12.3"
|
||||
- name: Install poetry
|
||||
shell: bash
|
||||
run: pip install poetry
|
||||
|
||||
4
poetry.lock
generated
4
poetry.lock
generated
@@ -3111,5 +3111,5 @@ files = [
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "==3.12.2"
|
||||
content-hash = "13525f32422aad8324a3bcb3629d326cc847029800d5518e1efd047b887afa8b"
|
||||
python-versions = "^3.12.2"
|
||||
content-hash = "b45f2c38493f81bd7fc9d4bfd294b001d71e4082380eb0851d4f3ea8dcdb949c"
|
||||
|
||||
@@ -7,7 +7,7 @@ readme = "README.md"
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "==3.12.2"
|
||||
python = "^3.12.2"
|
||||
ago = "~=0.0.95"
|
||||
beautifulsoup4 = "^4.12.3"
|
||||
blinker = "~=1.8"
|
||||
|
||||
Reference in New Issue
Block a user