File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
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.14 .1
4
- download_url: https://github.com/pypa/get-virtualenv/raw/20.14 .1/public/virtualenv.pyz
3
+ version: 20.15 .1
4
+ download_url: https://github.com/pypa/get-virtualenv/raw/20.15 .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.14 .1#public/virtualenv.pyz
13
+ package_url: pkg:github/pypa/get-virtualenv@20.15 .1#public/virtualenv.pyz
Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ packages=find:
49
49
include_package_data = true
50
50
zip_safe = false
51
51
install_requires =
52
- importlib_metadata ==4.11.4
52
+ importlib_metadata ==4.12.0
53
53
# Django related
54
- Django ==4.0.5
54
+ Django ==4.0.6
55
55
django-environ ==0.9.0
56
56
django-crispy-forms ==1.14.0
57
57
django-filter ==22.1
@@ -64,7 +64,7 @@ install_requires =
64
64
# Task queue
65
65
rq ==1.10.1
66
66
django-rq ==2.5.1
67
- redis ==4.3.3
67
+ redis ==4.3.4
68
68
# WSGI server
69
69
gunicorn ==20.1.0
70
70
# Docker
@@ -77,23 +77,23 @@ install_requires =
77
77
fetchcode-container ==1.2.3.210512; sys_platform == "linux"
78
78
# Utilities
79
79
XlsxWriter ==3.0.3
80
- requests ==2.28.0
80
+ requests ==2.28.1
81
81
# Profiling
82
- pyinstrument ==4.1.1
82
+ pyinstrument ==4.2.0
83
83
84
84
[options.extras_require]
85
85
dev =
86
86
# Validation
87
87
pycodestyle ==2.8.0
88
- black ==22.3 .0
88
+ black ==22.6 .0
89
89
isort ==5.10.1
90
90
doc8 ==0.11.2
91
91
# Documentation
92
92
Sphinx ==5.0.2
93
93
sphinx_rtd_theme ==1.0.0
94
94
sphinxcontrib-django2 ==1.5
95
95
# Release
96
- bumpver ==2022.1116
96
+ bumpver ==2022.1118
97
97
98
98
[options.entry_points]
99
99
console_scripts =
You can’t perform that action at this time.
0 commit comments