Skip to content

Commit 49844a6

Browse files
authored
Merge pull request #69 from nyu-devops/updates-su26
Updates for Summer 2026
2 parents ec3af93 + 0551ae3 commit 49844a6

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.devcontainer/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
# Python 3 with Redis
3-
version: "3"
4-
53
services:
64
app:
75
build:

Pipfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
1+
# Python package dependencies
2+
# cspell: disable
13
[[source]]
24
url = "https://pypi.org/simple"
35
verify_ssl = true
46
name = "pypi"
57

68
[packages]
7-
flask = "==3.1.2"
8-
# redis = "==5.2.1"
9+
flask = "==3.1.3"
910
redis = "==7.2.0"
1011
flask-redis = "==0.4.0"
1112
retry2 = "==0.9.5"
12-
python-dotenv = "~=1.2.1"
13+
python-dotenv = "~=1.2.2"
1314
gunicorn = "~=25.0.0"
1415

16+
1517
[dev-packages]
1618
# Code Quality
17-
pylint = "~=4.0.4"
19+
pylint = "~=4.0.5"
1820
flake8 = "~=7.3.0"
19-
black = "~=26.1.0"
21+
black = "~=26.5.1"
2022

2123
# Test-Driven Development
22-
pytest = "~=9.0.2"
24+
pytest = "~=9.0.3"
2325
pytest-pspec = "~=0.0.4"
24-
pytest-cov = "~=7.0.0"
26+
pytest-cov = "~=7.1.0"
2527
factory-boy = "~=3.3.3"
26-
coverage = "~=7.13.2"
28+
coverage = "~=7.14.1"
2729

2830
# Utility
2931
honcho = "~=2.0.0"

0 commit comments

Comments
 (0)