Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

en.json #69

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9d5e486
Bump cryptography from 3.4.7 to 3.4.8 in /Backend
dependabot[bot] Aug 24, 2021
10cf5c0
Merge pull request #25 from ReceiptManager/dependabot/pip/Backend/cry…
monolidth Aug 25, 2021
097523b
Bump pycryptodome from 3.10.1 to 3.10.4 in /Backend
dependabot[bot] Sep 27, 2021
ea0c13f
Merge pull request #26 from ReceiptManager/dependabot/pip/Backend/pyc…
monolidth Sep 28, 2021
790f5e0
Bump requests from 2.25.1 to 2.26.0 in /Backend
dependabot[bot] Sep 28, 2021
6631c8a
Bump flask from 2.0.1 to 2.0.2 in /Backend
dependabot[bot] Oct 4, 2021
c9ed59f
Merge pull request #28 from ReceiptManager/dependabot/pip/Backend/fla…
monolidth Oct 4, 2021
1c6ebc1
Bump gevent from 21.1.2 to 21.8.0 in /Backend
dependabot[bot] Oct 4, 2021
a6921cb
Bump pycryptodome from 3.10.4 to 3.11.0 in /Backend
dependabot[bot] Oct 8, 2021
eb957a7
Bump mysql-connector-python from 8.0.25 to 8.0.27 in /Backend
dependabot[bot] Oct 19, 2021
ddeaf27
Merge pull request #18 from ReceiptManager/dependabot/pip/Backend/req…
monolidth Nov 21, 2021
14d75ff
Merge pull request #20 from ReceiptManager/dependabot/pip/Backend/gev…
monolidth Nov 21, 2021
66e05ca
Merge pull request #31 from ReceiptManager/dependabot/pip/Backend/mys…
monolidth Nov 21, 2021
07f0506
Bump pyodbc from 4.0.30 to 4.0.32 in /Backend
dependabot[bot] Nov 21, 2021
119c586
Merge pull request #29 from ReceiptManager/dependabot/pip/Backend/pyc…
monolidth Nov 21, 2021
477e0be
Merge pull request #24 from ReceiptManager/dependabot/pip/Backend/pyo…
monolidth Nov 21, 2021
3a39836
Bump cryptography from 3.4.8 to 35.0.0 in /Backend
dependabot[bot] Nov 21, 2021
6163ff9
Merge pull request #27 from ReceiptManager/dependabot/pip/Backend/cry…
monolidth Nov 21, 2021
0538dfe
Bump wand from 0.6.6 to 0.6.7 in /Backend
dependabot[bot] Nov 21, 2021
c1f75bd
Bump gevent from 21.8.0 to 21.12.0 in /Backend
dependabot[bot] Dec 13, 2021
ec6f712
Merge pull request #34 from ReceiptManager/dependabot/pip/Backend/gev…
monolidth Dec 13, 2021
00a4ae0
Bump pyyaml from 5.4.1 to 6.0 in /Backend
dependabot[bot] Dec 13, 2021
c9fd6f0
Bump cryptography from 35.0.0 to 36.0.1 in /Backend
dependabot[bot] Dec 15, 2021
55fa8a1
Bump requests from 2.26.0 to 2.27.1 in /Backend
dependabot[bot] Jan 5, 2022
cb012b9
Merge pull request #23 from ReceiptManager/dependabot/pip/Backend/wan…
monolidth Feb 4, 2022
83866c3
Merge pull request #30 from ReceiptManager/dependabot/pip/Backend/pyy…
monolidth Feb 4, 2022
e7035b8
Merge pull request #35 from ReceiptManager/dependabot/pip/Backend/cry…
monolidth Feb 4, 2022
818188d
Merge pull request #37 from ReceiptManager/dependabot/pip/Backend/req…
monolidth Feb 4, 2022
b47edc9
Bump cryptography from 36.0.1 to 37.0.1 in /Backend
dependabot[bot] Apr 28, 2022
22de0ca
Bump flask from 2.0.2 to 2.1.2 in /Backend
dependabot[bot] Apr 28, 2022
769a28e
Merge pull request #50 from ReceiptManager/dependabot/pip/Backend/fla…
monolidth May 5, 2022
d3e40c2
Merge pull request #49 from ReceiptManager/dependabot/pip/Backend/cry…
monolidth May 5, 2022
182b914
en.json
jairodmorales Aug 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump flask from 2.0.2 to 2.1.2 in /Backend
Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.1.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.0.2...2.1.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 28, 2022
commit 22de0ca951d823bdacc9d75162334c4facbded9a
2 changes: 1 addition & 1 deletion Backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flask==2.0.2
flask==2.1.2
PyYAML==6.0
gevent==21.12.0
Flask-Cors==3.0.10
Expand Down