File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
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.0
4
- download_url: https://github.com/pypa/get-virtualenv/raw/20.25.0 /public/virtualenv.pyz
3
+ version: 20.25.1
4
+ download_url: https://github.com/pypa/get-virtualenv/raw/20.25.1 /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.0 #public/virtualenv.pyz
13
+ package_url: pkg:github/pypa/get-virtualenv@20.25.1 #public/virtualenv.pyz
Original file line number Diff line number Diff line change @@ -48,23 +48,23 @@ packages=find:
48
48
include_package_data = true
49
49
zip_safe = false
50
50
install_requires =
51
- importlib-metadata ==7.0.1
51
+ importlib-metadata ==7.0.2
52
52
# Django related
53
- Django ==5.0.2
53
+ Django ==5.0.3
54
54
django-environ ==0.11.2
55
55
django-crispy-forms ==2.1
56
56
crispy-bootstrap3 ==2024.1
57
- django-filter ==23.5
58
- djangorestframework ==3.14 .0
57
+ django-filter ==24.1
58
+ djangorestframework ==3.15 .0
59
59
django-taggit ==5.0.1
60
60
# Database
61
61
psycopg[binary]==3.1.18
62
62
# wait_for_database Django management command
63
63
django-probes ==1.7.0
64
64
# Task queue
65
- rq ==1.15 .1
65
+ rq ==1.16 .1
66
66
django-rq ==2.10.1
67
- redis ==5.0.1
67
+ redis ==5.0.3
68
68
# WSGI server
69
69
gunicorn ==21.2.0
70
70
# Docker
@@ -80,19 +80,19 @@ install_requires =
80
80
elf-inspector ==0.0.1
81
81
aboutcode-toolkit ==10.1.0
82
82
# Utilities
83
- XlsxWriter ==3.1.9
83
+ XlsxWriter ==3.2.0
84
84
openpyxl ==3.1.2
85
85
requests ==2.31.0
86
- gitpython ==3.1.41
86
+ gitpython ==3.1.42
87
87
# Profiling
88
88
pyinstrument ==4.6.2
89
89
# CycloneDX
90
- cyclonedx-python-lib ==6.4.1
90
+ cyclonedx-python-lib ==6.4.3
91
91
jsonschema ==4.21.1
92
92
# Font Awesome
93
93
fontawesomefree ==6.5.1
94
94
# MatchCode-toolkit
95
- matchcode-toolkit ==3 .0.0
95
+ matchcode-toolkit ==4 .0.0
96
96
# Univers
97
97
univers ==30.11.0
98
98
# Markdown
@@ -103,12 +103,12 @@ install_requires =
103
103
dev =
104
104
# Validation
105
105
flake8 ==7.0.0
106
- black ==24.2 .0
106
+ black ==24.3 .0
107
107
isort ==5.13.2
108
108
doc8 ==1.1.1
109
109
pydocstyle ==6.3.0
110
110
# Security analyzer
111
- bandit ==1.7.7
111
+ bandit ==1.7.8
112
112
# Debug
113
113
django-debug-toolbar ==4.3.0
114
114
# Documentation
@@ -118,7 +118,7 @@ dev =
118
118
sphinxcontrib-django ==2.5
119
119
# Release
120
120
bumpver ==2023.1129
121
- twine ==4 .0.2
121
+ twine ==5 .0.0
122
122
123
123
[options.entry_points]
124
124
console_scripts =
You can’t perform that action at this time.
0 commit comments