Skip to content

Commit 5cf030c

Browse files
Bump the pip group across 1 directory with 5 updates (#37)
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: gitpython dependency-version: 3.1.41 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e908370 commit 5cf030c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/github_automation/requirements-automation.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Production-ready dependencies with pinned versions for security and stability
33

44
# Core HTTP and API clients
5-
aiohttp==3.8.5
5+
aiohttp==3.12.14
66
httpx==0.24.1
7-
requests==2.31.0
7+
requests==2.32.4
88

99
# GitHub API integration
1010
PyGithub==1.59.1
@@ -32,7 +32,7 @@ structlog==23.1.0
3232
sentry-sdk[fastapi]==1.32.0
3333

3434
# Security
35-
cryptography==41.0.4
35+
cryptography==44.0.1
3636
bcrypt==4.0.1
3737
python-jose[cryptography]==3.3.0
3838

@@ -42,7 +42,7 @@ tree-sitter==0.20.1
4242
tree-sitter-python==0.20.4
4343

4444
# Git operations
45-
GitPython==3.1.32
45+
GitPython==3.1.41
4646
dulwich==0.21.5
4747

4848
# Testing utilities (dev/test environments)
@@ -69,5 +69,5 @@ ipython==8.14.0
6969
rich==13.5.2
7070

7171
# Production server
72-
gunicorn==21.2.0
72+
gunicorn==23.0.0
7373
uvicorn[standard]==0.23.2

0 commit comments

Comments
 (0)