Skip to content

Commit 82eea3e

Browse files
authored
Merge pull request #5 from jesseward/dependabot/pip/pygments-2.15.0
Bump pygments from 2.7.4 to 2.15.0
2 parents 64b3972 + 09f1247 commit 82eea3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pygments==2.7.4
1+
Pygments==2.15.0
22
click==6.6
33
discogs-client==2.2.1
44
oauthlib==1.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
url='https://github.com/jesseward/discogs-cli',
2727
license='MIT',
2828
install_requires=[
29-
'Pygments==2.7.4',
29+
'Pygments==2.15.0',
3030
'click==6.7',
3131
'discogs-client==2.2.1',
3232
'prompt-toolkit==1.0.13',

0 commit comments

Comments
 (0)