File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
about_resource: virtualenv.pyz
2
2
name: get-virtualenv
3
- version: 20.25.1
4
- download_url: https://github.com/pypa/get-virtualenv/raw/20.25.1 /public/virtualenv.pyz
3
+ version: 20.26.3
4
+ download_url: https://github.com/pypa/get-virtualenv/raw/20.26.3 /public/virtualenv.pyz
5
5
description: virtualenv is a tool to create isolated Python environments.
6
6
homepage_url: https://github.com/pypa/virtualenv
7
7
license_expression: lgpl-2.1-plus AND (bsd-new OR apache-2.0) AND mit AND python AND bsd-new
@@ -10,4 +10,4 @@ copyright: Copyright (c) The Python Software Foundation and others
10
10
redistribute: yes
11
11
attribute: yes
12
12
track_changes: yes
13
- package_url: pkg:github/pypa/get-virtualenv@20.25.1 #public/virtualenv.pyz
13
+ package_url: pkg:github/pypa/get-virtualenv@20.26.3 #public/virtualenv.pyz
Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ packages=find:
49
49
include_package_data = true
50
50
zip_safe = false
51
51
install_requires =
52
- importlib-metadata ==7.1.0
52
+ importlib-metadata ==7.2.1
53
53
setuptools ==70.0.0
54
54
# Django related
55
55
Django ==5.0.6
56
56
django-environ ==0.11.2
57
57
django-crispy-forms ==2.2
58
58
crispy-bootstrap3 ==2024.1
59
59
django-filter ==24.2
60
- djangorestframework ==3.15.1
60
+ djangorestframework ==3.15.2
61
61
django-taggit ==5.0.1
62
62
# Database
63
63
psycopg[binary]==3.1.19
You can’t perform that action at this time.
0 commit comments