Skip to content

Commit 1befe77

Browse files
Bump release date and other minor updates
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent ddb4cf2 commit 1befe77

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Installation
140140

141141
Before installing ScanCode make sure that you have installed the prerequisites
142142
properly. This means installing Python 3.8 for x86/64 architectures.
143-
We support Python 3.8, 3.9, 3.10 and 3.11.
143+
We support Python 3.8, 3.9, 3.10, 3.11 and 3.12.
144144

145145
See `prerequisites <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#prerequisites>`_
146146
for detailed information on the support platforms and Python versions.

requirements-native.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cffi==1.15.1
1+
cffi==1.16.0
22
intbitset==3.1.0
3-
lxml==4.9.4
4-
MarkupSafe==2.1.1
5-
pyahocorasick==2.0.0
6-
PyYAML==6.0
3+
lxml==5.1.0
4+
MarkupSafe==2.1.5
5+
pyahocorasick==2.1.0
6+
PyYAML==6.0.1

setup-mini.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ install_requires =
7070
chardet >= 3.0.0
7171
click >= 6.7, !=7.0
7272
colorama >= 0.3.9
73-
commoncode >= 31.0.2
73+
commoncode >= 31.0.3
7474
container-inspector >= 31.0.0
7575
debian-inspector >= 31.1.0
7676
dparse2 >= 0.7.0

src/scancode_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def _create_dir(location):
137137
#######################
138138
# used to warn user when the version is out of date
139139
# this is (year, month, day)
140-
__release_date__ = datetime.datetime(2023, 10, 11)
140+
__release_date__ = datetime.datetime(2024, 3, 22)
141141

142142
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143143
# on the data format version

0 commit comments

Comments
 (0)