Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Jan 30, 2023
2 parents 341481c + 9231808 commit fdfaaa4
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog of pm4py

## pm4py 2.5.1 (2023.XX.YY)
## pm4py 2.5.1 (2023.01.30)

### Added
* 23d5b0a81bbffbb69175aaa7cfa78e1ea0b78b6d
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get -y install libjemalloc-dev libboost-dev libboost-filesystem-dev libb
RUN apt-get -y install libxml2-dev libxslt-dev libfreetype6-dev libsuitesparse-dev
RUN pip install -U cvxopt
RUN pip install -U wheel six pytest
RUN pip install colorama==0.4.6 contourpy==1.0.6 cycler==0.11.0 deprecation==2.1.0 fonttools==4.38.0 graphviz==0.20.1 intervaltree==3.1.0 kiwisolver==1.4.4 lxml==4.9.2 matplotlib==3.6.2 networkx==2.8.8 numpy==1.24.0 packaging==22.0 pandas==1.4.4 pillow==9.3.0 pydotplus==2.0.2 pyparsing==3.0.9 python-dateutil==2.8.2 pytz==2022.7 scipy==1.9.3 six==1.16.0 sortedcontainers==2.4.0 stringdist==1.0.9 tqdm==4.64.1
RUN pip install colorama==0.4.6 contourpy==1.0.7 cycler==0.11.0 deprecation==2.1.0 fonttools==4.38.0 graphviz==0.20.1 intervaltree==3.1.0 kiwisolver==1.4.4 lxml==4.9.2 matplotlib==3.6.3 networkx==3.0 numpy==1.24.1 packaging==23.0 pandas==1.5.3 pillow==9.4.0 pydotplus==2.0.2 pyparsing==3.0.9 python-dateutil==2.8.2 pytz==2022.7.1 scipy==1.10.0 six==1.16.0 sortedcontainers==2.4.0 stringdist==1.0.9 tqdm==4.64.1

COPY . /app
RUN cd /app && python setup.py install
43 changes: 43 additions & 0 deletions safety_checks/20230130
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
+======================================================================================================================+

/$$$$$$ /$$
/$$__ $$ | $$
/$$$$$$$ /$$$$$$ | $$ \__//$$$$$$ /$$$$$$ /$$ /$$
/$$_____/ |____ $$| $$$$ /$$__ $$|_ $$_/ | $$ | $$
| $$$$$$ /$$$$$$$| $$_/ | $$$$$$$$ | $$ | $$ | $$
\____ $$ /$$__ $$| $$ | $$_____/ | $$ /$$| $$ | $$
/$$$$$$$/| $$$$$$$| $$ | $$$$$$$ | $$$$/| $$$$$$$
|_______/ \_______/|__/ \_______/ \___/ \____ $$
/$$ | $$
| $$$$$$/
by pyup.io \______/

+======================================================================================================================+

REPORT

You are using Safety's free vulnerability database. This data is outdated, limited, and
licensed for non-commercial use only.
All commercial projects must sign up and get an API key at https://pyup.io

Safety v2.3.5 is scanning for Vulnerabilities...
Scanning dependencies in your files:

-> requirements_stable.txt

Using non-commercial database
Found and scanned 24 packages
Timestamp 2023-01-30 07:02:48
0 vulnerabilities found
0 vulnerabilities ignored
+======================================================================================================================+

No known security vulnerabilities found.

+======================================================================================================================+

You are using Safety's free vulnerability database. This data is outdated, limited, and
licensed for non-commercial use only.
All commercial projects must sign up and get an API key at https://pyup.io

+======================================================================================================================+
18 changes: 9 additions & 9 deletions third_party/LICENSES_TRANSITIVE
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ libraries are added/removed.
| Name | URL | License | Version |
| --------------------------- | ------------------------------------------------------------ | --------------------------- | ------------------- |
| colorama | https://pypi.org/project/colorama | BSD License | 0.4.6 |
| contourpy | https://pypi.org/project/contourpy | BSD License (BSD-3-Clause) | 1.0.6 |
| contourpy | https://pypi.org/project/contourpy | BSD License (BSD-3-Clause) | 1.0.7 |
| cycler | https://pypi.org/project/cycler | BSD License (BSD) | 0.11.0 |
| deprecation | https://pypi.org/project/deprecation | Apache Software License (Apache 2) | 2.1.0 |
| fonttools | https://pypi.org/project/fonttools | MIT License (MIT) | 4.38.0 |
| graphviz | https://pypi.org/project/graphviz | MIT License (MIT) | 0.20.1 |
| intervaltree | https://pypi.org/project/intervaltree | Apache Software License (Apache License, Version 2.0) | 3.1.0 |
| kiwisolver | https://pypi.org/project/kiwisolver | BSD License | 1.4.4 |
| lxml | https://pypi.org/project/lxml | BSD License (BSD-3-Clause) | 4.9.2 |
| matplotlib | https://pypi.org/project/matplotlib | Python Software Foundation License (PSF) | 3.6.2 |
| networkx | https://pypi.org/project/networkx | BSD License | 2.8.8 |
| numpy | https://pypi.org/project/numpy | BSD License (BSD-3-Clause) | 1.24.0 |
| packaging | https://pypi.org/project/packaging | Apache Software License, BSD License | 22.0 |
| pandas | https://pypi.org/project/pandas | BSD License (BSD-3-Clause) | 1.5.2 |
| pillow | https://pypi.org/project/pillow | Historical Permission Notice and Disclaimer (HPND) (HPND) | 9.3.0 |
| matplotlib | https://pypi.org/project/matplotlib | Python Software Foundation License (PSF) | 3.6.3 |
| networkx | https://pypi.org/project/networkx | BSD License | 3.0 |
| numpy | https://pypi.org/project/numpy | BSD License (BSD-3-Clause) | 1.24.1 |
| packaging | https://pypi.org/project/packaging | Apache Software License, BSD License | 23.0 |
| pandas | https://pypi.org/project/pandas | BSD License (BSD-3-Clause) | 1.5.3 |
| pillow | https://pypi.org/project/pillow | Historical Permission Notice and Disclaimer (HPND) (HPND) | 9.4.0 |
| pydotplus | https://pypi.org/project/pydotplus | MIT License (UNKNOWN) | 2.0.2 |
| pyparsing | https://pypi.org/project/pyparsing | MIT License | 3.0.9 |
| python-dateutil | https://pypi.org/project/python-dateutil | Apache Software License, BSD License (Dual License) | 2.8.2 |
| pytz | https://pypi.org/project/pytz | MIT License (MIT) | 2022.7 |
| scipy | https://pypi.org/project/scipy | BSD License | 1.9.3 |
| pytz | https://pypi.org/project/pytz | MIT License (MIT) | 2022.7.1 |
| scipy | https://pypi.org/project/scipy | BSD License | 1.10.0 |
| six | https://pypi.org/project/six | MIT License (MIT) | 1.16.0 |
| sortedcontainers | https://pypi.org/project/sortedcontainers | Apache Software License (Apache 2.0) | 2.4.0 |
| stringdist | https://pypi.org/project/stringdist | MIT License (MIT) | 1.0.9 |
Expand Down

0 comments on commit fdfaaa4

Please sign in to comment.